Color Hex Logo

#bfb262 Color Hex

#BFB262
(191,178,98)
0 Favorites   0 Comments

Color spaces of #bfb262

RGB 19117898
HSL0.140.420.57
HSV52°49°75°
CMYK 0.000.070.49   0.25
XYZ39.610943.799017.9216
Yxy43.79900.39090.4322
Hunter Lab66.1808-8.979630.2710
CIE-Lab72.0939-6.239842.2798

#bfb262 color RGB value is (191,178,98).

#bfb262 hex color red value is 191, green value is 178 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bfb262 hue: 0.14 , saturation: 0.42 and the lightness value of bfb262 is 0.57.

The process color (four color CMYK) of #bfb262 color hex is 0.00, 0.07, 0.49, 0.25. Web safe color of #bfb262 is #cc9966. Color #bfb262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01100010
Octal 277 262 142
Decimal 191 178 98
Hex BF B2 62

RGB Percentages of Color #bfb262

%40.90
%38.12
%20.99

CMYK Percentages of Color #bfb262

%0
%7
%49
%25

Triadic Colors of #bfb262

#bfb262 #62bfb2 #b262bf

Analogous Colors of #bfb262

#bfb262 #9ebf62 #bf8462

Monochromatic Colors of #bfb262

#bfb262

Complementary Color

#bfb262 #626fbf

#bfb262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb262 Color CSS Codes

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

#bfb262 Text Font Color

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

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


#bfb262 Background Color

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

This div background color is #bfb262


#bfb262 Border Color

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

This div border color is #bfb262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb262


Comments

No comments written yet.

Please login to write comment.