Html Css Color HEX #BFB566 Dark Khaki

📋 copy color: '#BFB566'

red 191 ◦ green 181 ◦ blue 102

#BFB566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BFB566

Tints of Dark Khaki #BFB566

RGB

 RED value IS 191 (75% from 255) = 40.3%

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 40.3%
G = 38.19%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB566 (or 0xBFB566) is known color: Dark Khaki. HEX triplet: BF, B5 and 66. RGB value is (191,181,102). Sum of RGB (Red+Green+Blue) = 191+181+102=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB566 is #404A99. Grayscale: #AFAFAF. Windows color (decimal): -4213402 or 6731199. OLE color: 6731199.

HSL color Cylindrical-coordinate representation of color #BFB566: hue angle of 53.26º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB566 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 102 -
CMYK 0 0.05 0.47 0.25
HSL 53.26º 0.41% 0.57% -
HSV(B) 53.26º 0.47% 0.75% -
XYZ 40.41 45.08 19.14 -
YUV 174.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 191 181 102 0 0.05 0.47 0.25 53.26 0.41 0.57
Hex BF B5 66 0 5 2F 19 35 29 39
Octal 277 265 146 0 5 57 31 65 51 71
Binary 10111111 10110101 1100110 0 101 101111 11001 110101 101001 111001

Color Harmonies of #BFB566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB566

Black with #BFB566

Text Example


Text Example

White with #BFB566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB566; }

 p { color: rgb(191,181,102); }

 H1.HeaderClassName
 {
   color: #BFB566;
 }
 .AnyTagClassName
 {
   color: #BFB566;
 }
</style>

background-color css

<style>
 a { background-color: #BFB566; }

 a { background-color: rgb(191,181,102); }

 div.DivClassName
 {
   background-color: #BFB566;
 }
 .BgClassName
 {
   background-color: #BFB566;
 }
</style>

border-color css

<style>
 span { border-color: #BFB566; }

 span { border-color: rgb(191,181,102); }

 td.TdClassName
 {
   border-color: #BFB566;
 }
 .TagClassName
 {
   border-color: #BFB566;
 }
</style>