Color Hex Logo

#bfb750 Color Hex

#BFB750
(191,183,80)
0 Favorites   0 Comments

Color spaces of #bfb750

RGB 19118380
HSL0.150.460.53
HSV56°58°75°
CMYK 0.000.040.58   0.25
XYZ39.867345.522514.2749
Yxy45.52250.40000.4568
Hunter Lab67.4704-12.600034.6851
CIE-Lab73.2346-10.352452.2511

#bfb750 color RGB value is (191,183,80).

#bfb750 hex color red value is 191, green value is 183 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bfb750 hue: 0.15 , saturation: 0.46 and the lightness value of bfb750 is 0.53.

The process color (four color CMYK) of #bfb750 color hex is 0.00, 0.04, 0.58, 0.25. Web safe color of #bfb750 is #cccc66. Color #bfb750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01010000
Octal 277 267 120
Decimal 191 183 80
Hex BF B7 50

RGB Percentages of Color #bfb750

%42.07
%40.31
%17.62

CMYK Percentages of Color #bfb750

%0
%4
%58
%25

Triadic Colors of #bfb750

#bfb750 #50bfb7 #b750bf

Analogous Colors of #bfb750

#bfb750 #90bf50 #bf8050

Monochromatic Colors of #bfb750

#bfb750

Complementary Color

#bfb750 #5058bf

#bfb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb750 Color CSS Codes

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

#bfb750 Text Font Color

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

This sample text font color is #bfb750
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.


#bfb750 Background Color

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

This div background color is #bfb750


#bfb750 Border Color

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

This div border color is #bfb750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb750


Comments

No comments written yet.

Please login to write comment.