#B4B269

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

Shades of Dark Khaki #B4B269

Tints of Dark Khaki #B4B269

Color information

#B4B269 (or 0xB4B269) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 69. RGB value is (180,178,105). Sum of RGB (Red+Green+Blue) = 180+178+105=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B269 is #4B4D96. Grayscale: #AAAAAA. Windows color (decimal): -4935063 or 6927028. OLE color: 6927028.

HSL color Cylindrical-coordinate representation of color #B4B269: hue angle of 58.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4B269 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB180178105-
CMYK00.010.420.29
HSL58.4º33.33%55.88%-
HSV(B)58.4º41.67%70.59%-
XYZ37.2942.5619.61-
YUV170.2891.16134.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=38.88%
G=38.44%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017810500.010.420.2958.433.3355.88
HexB4B269012A1D3a2138
Octal264262151015235724170
Binary101101001011001011010010110101011101111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B269; }

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

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

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

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

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

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

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

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