Html Css Color HEX #BFB860 Dark Khaki

📋 copy color: '#BFB860'

red 191 ◦ green 184 ◦ blue 96

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

Shades of Dark Khaki #BFB860

Tints of Dark Khaki #BFB860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 40.55%
G = 39.07%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB860 (or 0xBFB860) is known color: Dark Khaki. HEX triplet: BF, B8 and 60. RGB value is (191,184,96). Sum of RGB (Red+Green+Blue) = 191+184+96=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB860 is #40479F. Grayscale: #B0B0B0. Windows color (decimal): -4212640 or 6338751. OLE color: 6338751.

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

Color convert

RGB 191 184 96 -
CMYK 0 0.04 0.50 0.25
HSL 55.58º 0.43% 0.56% -
HSV(B) 55.58º 0.5% 0.75% -
XYZ 40.74 46.2 17.84 -
YUV 176.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 191 184 96 0 0.04 0.50 0.25 55.58 0.43 0.56
Hex BF B8 60 0 4 32 19 38 2B 38
Octal 277 270 140 0 4 62 31 70 53 70
Binary 10111111 10111000 1100000 0 100 110010 11001 111000 101011 111000

Color Harmonies of #BFB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB860

Black with #BFB860

Text Example


Text Example

White with #BFB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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