Html Css Color HEX #BFB86C Dark Khaki

📋 copy color: '#BFB86C'

red 191 ◦ green 184 ◦ blue 108

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

Shades of Dark Khaki #BFB86C

Tints of Dark Khaki #BFB86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 39.54%
G = 38.1%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFB86C (or 0xBFB86C) is known color: Dark Khaki. HEX triplet: BF, B8 and 6C. RGB value is (191,184,108). Sum of RGB (Red+Green+Blue) = 191+184+108=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB86C is #404793. Grayscale: #B1B1B1. Windows color (decimal): -4212628 or 7125183. OLE color: 7125183.

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

Color convert

RGB 191 184 108 -
CMYK 0 0.04 0.43 0.25
HSL 54.94º 0.39% 0.59% -
HSV(B) 54.94º 0.43% 0.75% -
XYZ 41.33 46.44 20.97 -
YUV 177.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 191 184 108 0 0.04 0.43 0.25 54.94 0.39 0.59
Hex BF B8 6C 0 4 2B 19 37 27 3B
Octal 277 270 154 0 4 53 31 67 47 73
Binary 10111111 10111000 1101100 0 100 101011 11001 110111 100111 111011

Color Harmonies of #BFB86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB86C

Black with #BFB86C

Text Example


Text Example

White with #BFB86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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