Html Css Color HEX #BFB564 Dark Khaki

📋 copy color: '#BFB564'

red 191 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #BFB564

Tints of Dark Khaki #BFB564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 40.47%
G = 38.35%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFB564 (or 0xBFB564) is known color: Dark Khaki. HEX triplet: BF, B5 and 64. RGB value is (191,181,100). Sum of RGB (Red+Green+Blue) = 191+181+100=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB564 is #404A9B. Grayscale: #AFAFAF. Windows color (decimal): -4213404 or 6600127. OLE color: 6600127.

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

Color convert

RGB 191 181 100 -
CMYK 0 0.05 0.48 0.25
HSL 53.41º 0.42% 0.57% -
HSV(B) 53.41º 0.48% 0.75% -
XYZ 40.31 45.04 18.63 -
YUV 174.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 191 181 100 0 0.05 0.48 0.25 53.41 0.42 0.57
Hex BF B5 64 0 5 30 19 35 2A 39
Octal 277 265 144 0 5 60 31 65 52 71
Binary 10111111 10110101 1100100 0 101 110000 11001 110101 101010 111001

Color Harmonies of #BFB564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB564

Black with #BFB564

Text Example


Text Example

White with #BFB564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB564; }

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

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

background-color css

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

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

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

border-color css

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

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

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