#BFB26C

Color #BFB26C Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFB26C

Tints of Dark Khaki #BFB26C

Color information

#BFB26C (or 0xBFB26C) is unknown color: approx Dark Khaki. HEX triplet: BF, B2 and 6C. RGB value is (191,178,108). Sum of RGB (Red+Green+Blue) = 191+178+108=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB26C is #404D93. Grayscale: #AEAEAE. Windows color (decimal): -4214164 or 7123647. OLE color: 7123647.

HSL color Cylindrical-coordinate representation of color #BFB26C: hue angle of 50.6º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFB26C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191178108-
CMYK00.070.430.25
HSL50.6º39.34%58.63%-
HSV(B)50.6º43.46%74.9%-
XYZ40.114420.57-
YUV173.9190.81140.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=40.04%
G=37.32%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117810800.070.430.2550.639.3458.63
HexBFB26C072B1933273b
Octal277262154075331634773
Binary10111111101100101101100011110101111001110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB26C; }

 p { color: rgb(191,178,108); }

 H1.HeaderClassName
 {
   color: #BFB26C;
 }
 .AnyTagClassName
 {
   color: #BFB26C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,178,108); }

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

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

 span { border-color: rgb(191,178,108); }

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