Html Css Color HEX #BFBC64 Dark Khaki

📋 copy color: '#BFBC64'

red 191 ◦ green 188 ◦ blue 100

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

Shades of Dark Khaki #BFBC64

Tints of Dark Khaki #BFBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 39.87%
G = 39.25%
B = 20.88%

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

#BFBC64 (or 0xBFBC64) is known color: Dark Khaki. HEX triplet: BF, BC and 64. RGB value is (191,188,100). Sum of RGB (Red+Green+Blue) = 191+188+100=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC64 is #40439B. Grayscale: #B3B3B3. Windows color (decimal): -4211612 or 6601919. OLE color: 6601919.

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

Color convert

RGB 191 188 100 -
CMYK 0 0.02 0.48 0.25
HSL 58.02º 0.42% 0.57% -
HSV(B) 58.02º 0.48% 0.75% -
XYZ 41.77 47.96 19.11 -
YUV 178.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 191 188 100 0 0.02 0.48 0.25 58.02 0.42 0.57
Hex BF BC 64 0 2 30 19 3A 2A 39
Octal 277 274 144 0 2 60 31 72 52 71
Binary 10111111 10111100 1100100 0 10 110000 11001 111010 101010 111001

Color Harmonies of #BFBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC64

Black with #BFBC64

Text Example


Text Example

White with #BFBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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