#B4B672

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

Shades of Dark Khaki #B4B672

Tints of Dark Khaki #B4B672

Color information

#B4B672 (or 0xB4B672) is unknown color: approx Dark Khaki. HEX triplet: B4, B6 and 72. RGB value is (180,182,114). Sum of RGB (Red+Green+Blue) = 180+182+114=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B672 is #4B498D. Grayscale: #ADADAD. Windows color (decimal): -4934030 or 7517876. OLE color: 7517876.

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

Color convert

RGB180182114-
CMYK0.0100.370.29
HSL61.76º31.78%58.04%-
HSV(B)61.76º37.36%71.37%-
XYZ38.5944.3722.45-
YUV173.6594.34132.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=37.82%
G=38.24%
B=23.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821140.0100.370.2961.7631.7858.04
HexB4B67210251D3e203a
Octal264266162104535764072
Binary101101001011011011100101010010111101111110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B672; }

 p { color: rgb(180,182,114); }

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

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

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

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

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

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

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