Html Css Color HEX #BFB16E Dark Khaki

📋 copy color: '#BFB16E'

red 191 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #BFB16E

Tints of Dark Khaki #BFB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 39.96%
G = 37.03%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFB16E (or 0xBFB16E) is known color: Dark Khaki. HEX triplet: BF, B1 and 6E. RGB value is (191,177,110). Sum of RGB (Red+Green+Blue) = 191+177+110=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB16E is #404E91. Grayscale: #ADADAD. Windows color (decimal): -4214418 or 7254463. OLE color: 7254463.

HSL color Cylindrical-coordinate representation of color #BFB16E: hue angle of 49.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFB16E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 110 -
CMYK 0 0.07 0.42 0.25
HSL 49.63º 0.39% 0.59% -
HSV(B) 49.63º 0.42% 0.75% -
XYZ 40.02 43.65 21.07 -
YUV 173.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 191 177 110 0 0.07 0.42 0.25 49.63 0.39 0.59
Hex BF B1 6E 0 7 2A 19 32 27 3B
Octal 277 261 156 0 7 52 31 62 47 73
Binary 10111111 10110001 1101110 0 111 101010 11001 110010 100111 111011

Color Harmonies of #BFB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB16E

Black with #BFB16E

Text Example


Text Example

White with #BFB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB16E; }

 p { color: rgb(191,177,110); }

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

background-color css

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

 a { background-color: rgb(191,177,110); }

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

border-color css

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

 span { border-color: rgb(191,177,110); }

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