Html Css Color HEX #BFC064 Dark Khaki

📋 copy color: '#BFC064'

red 191 ◦ green 192 ◦ blue 100

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

Shades of Dark Khaki #BFC064

Tints of Dark Khaki #BFC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

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

R = 39.54%
G = 39.75%
B = 20.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFC064 (or 0xBFC064) is known color: Dark Khaki. HEX triplet: BF, C0 and 64. RGB value is (191,192,100). Sum of RGB (Red+Green+Blue) = 191+192+100=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC064 is #403F9B. Grayscale: #B5B5B5. Windows color (decimal): -4210588 or 6602943. OLE color: 6602943.

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

Color convert

RGB 191 192 100 -
CMYK 0.01 0 0.48 0.25
HSL 60.65º 0.42% 0.57% -
HSV(B) 60.65º 0.48% 0.75% -
XYZ 42.64 49.7 19.4 -
YUV 181.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 191 192 100 0.01 0 0.48 0.25 60.65 0.42 0.57
Hex BF C0 64 1 0 30 19 3D 2A 39
Octal 277 300 144 1 0 60 31 75 52 71
Binary 10111111 11000000 1100100 1 0 110000 11001 111101 101010 111001

Color Harmonies of #BFC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC064

Black with #BFC064

Text Example


Text Example

White with #BFC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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