#B4B46D

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

Shades of Dark Khaki #B4B46D

Tints of Dark Khaki #B4B46D

Color information

#B4B46D (or 0xB4B46D) is unknown color: approx Dark Khaki. HEX triplet: B4, B4 and 6D. RGB value is (180,180,109). Sum of RGB (Red+Green+Blue) = 180+180+109=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B46D is #4B4B92. Grayscale: #ACACAC. Windows color (decimal): -4934547 or 7189684. OLE color: 7189684.

HSL color Cylindrical-coordinate representation of color #B4B46D: hue angle of 60º 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 #B4B46D is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180180109-
CMYK000.390.29
HSL60º32.13%56.67%-
HSV(B)60º39.44%70.59%-
XYZ37.943.4520.86-
YUV171.9192.5133.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=38.38%
G=38.38%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180109000.390.296032.1356.67
HexB4B46D00271D3c2039
Octal264264155004735744071
Binary101101001011010011011010010011111101111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B46D; }

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

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

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

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

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

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

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

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