Html Css Color HEX #BFBB60 Dark Khaki

📋 copy color: '#BFBB60'

red 191 ◦ green 187 ◦ blue 96

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

Shades of Dark Khaki #BFBB60

Tints of Dark Khaki #BFBB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 40.3%
G = 39.45%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFBB60 (or 0xBFBB60) is known color: Dark Khaki. HEX triplet: BF, BB and 60. RGB value is (191,187,96). Sum of RGB (Red+Green+Blue) = 191+187+96=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB60 is #40449F. Grayscale: #B2B2B2. Windows color (decimal): -4211872 or 6339519. OLE color: 6339519.

HSL color Cylindrical-coordinate representation of color #BFBB60: hue angle of 57.47º 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 #BFBB60 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 96 -
CMYK 0 0.02 0.50 0.25
HSL 57.47º 0.43% 0.56% -
HSV(B) 57.47º 0.5% 0.75% -
XYZ 41.37 47.46 18.05 -
YUV 177.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 191 187 96 0 0.02 0.50 0.25 57.47 0.43 0.56
Hex BF BB 60 0 2 32 19 39 2B 38
Octal 277 273 140 0 2 62 31 71 53 70
Binary 10111111 10111011 1100000 0 10 110010 11001 111001 101011 111000

Color Harmonies of #BFBB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB60

Black with #BFBB60

Text Example


Text Example

White with #BFBB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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