Html Css Color HEX #BFB866 Dark Khaki

📋 copy color: '#BFB866'

red 191 ◦ green 184 ◦ blue 102

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

Shades of Dark Khaki #BFB866

Tints of Dark Khaki #BFB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 40.04%
G = 38.57%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB866 (or 0xBFB866) is known color: Dark Khaki. HEX triplet: BF, B8 and 66. RGB value is (191,184,102). Sum of RGB (Red+Green+Blue) = 191+184+102=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB866 is #404799. Grayscale: #B1B1B1. Windows color (decimal): -4212634 or 6731967. OLE color: 6731967.

HSL color Cylindrical-coordinate representation of color #BFB866: hue angle of 55.28º 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 #BFB866 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 102 -
CMYK 0 0.04 0.47 0.25
HSL 55.28º 0.41% 0.57% -
HSV(B) 55.28º 0.47% 0.75% -
XYZ 41.02 46.32 19.35 -
YUV 176.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 191 184 102 0 0.04 0.47 0.25 55.28 0.41 0.57
Hex BF B8 66 0 4 2F 19 37 29 39
Octal 277 270 146 0 4 57 31 67 51 71
Binary 10111111 10111000 1100110 0 100 101111 11001 110111 101001 111001

Color Harmonies of #BFB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB866

Black with #BFB866

Text Example


Text Example

White with #BFB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB866; }

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

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

background-color css

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

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

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

border-color css

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

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

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