#B4B26D

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

Shades of Dark Khaki #B4B26D

Tints of Dark Khaki #B4B26D

Color information

#B4B26D (or 0xB4B26D) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 6D. RGB value is (180,178,109). Sum of RGB (Red+Green+Blue) = 180+178+109=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B26D is #4B4D92. Grayscale: #ABABAB. Windows color (decimal): -4935059 or 7189172. OLE color: 7189172.

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

Color convert

RGB180178109-
CMYK00.010.390.29
HSL58.31º32.13%56.67%-
HSV(B)58.31º39.44%70.59%-
XYZ37.542.6520.72-
YUV170.7393.16134.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=38.54%
G=38.12%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017810900.010.390.2958.3132.1356.67
HexB4B26D01271D3a2039
Octal264262155014735724071
Binary101101001011001011011010110011111101111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B26D; }

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

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

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

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

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

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

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

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