Html Css Color HEX #BFBB63 Dark Khaki

📋 copy color: '#BFBB63'

red 191 ◦ green 187 ◦ blue 99

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

Shades of Dark Khaki #BFBB63

Tints of Dark Khaki #BFBB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 40.04%
G = 39.2%
B = 20.75%

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

#BFBB63 (or 0xBFBB63) is known color: Dark Khaki. HEX triplet: BF, BB and 63. RGB value is (191,187,99). Sum of RGB (Red+Green+Blue) = 191+187+99=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB63 is #40449C. Grayscale: #B2B2B2. Windows color (decimal): -4211869 or 6536127. OLE color: 6536127.

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

Color convert

RGB 191 187 99 -
CMYK 0 0.02 0.48 0.25
HSL 57.39º 0.42% 0.57% -
HSV(B) 57.39º 0.48% 0.75% -
XYZ 41.51 47.52 18.79 -
YUV 178.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 191 187 99 0 0.02 0.48 0.25 57.39 0.42 0.57
Hex BF BB 63 0 2 30 19 39 2A 39
Octal 277 273 143 0 2 60 31 71 52 71
Binary 10111111 10111011 1100011 0 10 110000 11001 111001 101010 111001

Color Harmonies of #BFBB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB63

Black with #BFBB63

Text Example


Text Example

White with #BFBB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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