Color Hex Logo

#bfb126 Color Hex

#BFB126
(191,177,38)
0 Favorites   0 Comments

Color spaces of #bfb126

RGB 19117738
HSL0.150.670.45
HSV55°80°75°
CMYK 0.000.070.80   0.25
XYZ37.557842.66068.0885
Yxy42.66060.42530.4831
Hunter Lab65.3151-11.659438.3782
CIE-Lab71.3240-9.488566.4838

#bfb126 color RGB value is (191,177,38).

#bfb126 hex color red value is 191, green value is 177 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bfb126 hue: 0.15 , saturation: 0.67 and the lightness value of bfb126 is 0.45.

The process color (four color CMYK) of #bfb126 color hex is 0.00, 0.07, 0.80, 0.25. Web safe color of #bfb126 is #cc9933. Color #bfb126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 00100110
Octal 277 261 46
Decimal 191 177 38
Hex BF B1 26

RGB Percentages of Color #bfb126

%47.04
%43.60
%9.36

CMYK Percentages of Color #bfb126

%0
%7
%80
%25

Triadic Colors of #bfb126

#bfb126 #26bfb1 #b126bf

Analogous Colors of #bfb126

#bfb126 #81bf26 #bf6526

Monochromatic Colors of #bfb126

#bfb126

Complementary Color

#bfb126 #2634bf

#bfb126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb126 Color CSS Codes

.mybgcolor {background-color:#bfb126; } 
.myforecolor {color:#bfb126; }
.mybordercolor {border:3px solid #bfb126; }

#bfb126 Text Font Color

<p style="color:#bfb126">Text here</p>

This sample text font color is #bfb126
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfb126 Background Color

<div style="background-color:#bfb126">
Div content here</div>

This div background color is #bfb126


#bfb126 Border Color

<div style="border:3px solid #bfb126">
Div here</div>

This div border color is #bfb126


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,177,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb126; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb126;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb126;
  box-shadow:         1px 1px 3px 2px #bfb126; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,177,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfb126">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb126;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb126;
  box-shadow:         1px 1px 3px 2px #bfb126;">
Div content here</div>

This div box has shadow with color #bfb126


Comments

No comments written yet.

Please login to write comment.