Html Css Color HEX #BFB56A Dark Khaki

📋 copy color: '#BFB56A'

red 191 ◦ green 181 ◦ blue 106

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

Shades of Dark Khaki #BFB56A

Tints of Dark Khaki #BFB56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 39.96%
G = 37.87%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFB56A (or 0xBFB56A) is known color: Dark Khaki. HEX triplet: BF, B5 and 6A. RGB value is (191,181,106). Sum of RGB (Red+Green+Blue) = 191+181+106=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB56A is #404A95. Grayscale: #AFAFAF. Windows color (decimal): -4213398 or 6993343. OLE color: 6993343.

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

Color convert

RGB 191 181 106 -
CMYK 0 0.05 0.45 0.25
HSL 52.94º 0.4% 0.58% -
HSV(B) 52.94º 0.45% 0.75% -
XYZ 40.61 45.16 20.21 -
YUV 175.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 191 181 106 0 0.05 0.45 0.25 52.94 0.4 0.58
Hex BF B5 6A 0 5 2D 19 35 28 3A
Octal 277 265 152 0 5 55 31 65 50 72
Binary 10111111 10110101 1101010 0 101 101101 11001 110101 101000 111010

Color Harmonies of #BFB56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB56A

Black with #BFB56A

Text Example


Text Example

White with #BFB56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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