#BFB269

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

Shades of Dark Khaki #BFB269

Tints of Dark Khaki #BFB269

Color information

#BFB269 (or 0xBFB269) is unknown color: approx Dark Khaki. HEX triplet: BF, B2 and 69. RGB value is (191,178,105). Sum of RGB (Red+Green+Blue) = 191+178+105=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB269 is #404D96. Grayscale: #ADADAD. Windows color (decimal): -4214167 or 6927039. OLE color: 6927039.

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

Color convert

RGB191178105-
CMYK00.070.450.25
HSL50.93º40.19%58.04%-
HSV(B)50.93º45.03%74.9%-
XYZ39.9643.9419.74-
YUV173.5689.31140.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=40.30%
G=37.55%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117810500.070.450.2550.9340.1958.04
HexBFB269072D1933283a
Octal277262151075531635072
Binary10111111101100101101001011110110111001110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB269; }

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

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

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

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

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

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

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

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