Html Css Color HEX #BFB871 Dark Khaki

📋 copy color: '#BFB871'

red 191 ◦ green 184 ◦ blue 113

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

Shades of Dark Khaki #BFB871

Tints of Dark Khaki #BFB871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 39.14%
G = 37.7%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB871 (or 0xBFB871) is known color: Dark Khaki. HEX triplet: BF, B8 and 71. RGB value is (191,184,113). Sum of RGB (Red+Green+Blue) = 191+184+113=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB871 is #40478E. Grayscale: #B2B2B2. Windows color (decimal): -4212623 or 7452863. OLE color: 7452863.

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

Color convert

RGB 191 184 113 -
CMYK 0 0.04 0.41 0.25
HSL 54.62º 0.38% 0.6% -
HSV(B) 54.62º 0.41% 0.75% -
XYZ 41.61 46.55 22.41 -
YUV 178 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 191 184 113 0 0.04 0.41 0.25 54.62 0.38 0.6
Hex BF B8 71 0 4 29 19 37 26 3C
Octal 277 270 161 0 4 51 31 67 46 74
Binary 10111111 10111000 1110001 0 100 101001 11001 110111 100110 111100

Color Harmonies of #BFB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB871

Black with #BFB871

Text Example


Text Example

White with #BFB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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