Html Css Color HEX #BFBB64 Dark Khaki

📋 copy color: '#BFBB64'

red 191 ◦ green 187 ◦ blue 100

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

Shades of Dark Khaki #BFBB64

Tints of Dark Khaki #BFBB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 39.96%
G = 39.12%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFBB64 (or 0xBFBB64) is known color: Dark Khaki. HEX triplet: BF, BB and 64. RGB value is (191,187,100). Sum of RGB (Red+Green+Blue) = 191+187+100=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB64 is #40449B. Grayscale: #B2B2B2. Windows color (decimal): -4211868 or 6601663. OLE color: 6601663.

HSL color Cylindrical-coordinate representation of color #BFBB64: hue angle of 57.36º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFBB64 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 100 -
CMYK 0 0.02 0.48 0.25
HSL 57.36º 0.42% 0.57% -
HSV(B) 57.36º 0.48% 0.75% -
XYZ 41.56 47.54 19.04 -
YUV 178.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 191 187 100 0 0.02 0.48 0.25 57.36 0.42 0.57
Hex BF BB 64 0 2 30 19 39 2A 39
Octal 277 273 144 0 2 60 31 71 52 71
Binary 10111111 10111011 1100100 0 10 110000 11001 111001 101010 111001

Color Harmonies of #BFBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB64

Black with #BFBB64

Text Example


Text Example

White with #BFBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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