#B4B56A

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

Shades of Dark Khaki #B4B56A

Tints of Dark Khaki #B4B56A

Color information

#B4B56A (or 0xB4B56A) is unknown color: approx Dark Khaki. HEX triplet: B4, B5 and 6A. RGB value is (180,181,106). Sum of RGB (Red+Green+Blue) = 180+181+106=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B56A is #4B4A95. Grayscale: #ACACAC. Windows color (decimal): -4934294 or 6993332. OLE color: 6993332.

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

Color convert

RGB180181106-
CMYK0.0100.410.29
HSL60.8º33.63%56.27%-
HSV(B)60.8º41.44%70.98%-
XYZ37.9543.7920.09-
YUV172.1590.67133.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=38.54%
G=38.76%
B=22.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811060.0100.410.2960.833.6356.27
HexB4B56A10291D3d2238
Octal264265152105135754270
Binary101101001011010111010101010100111101111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B56A; }

 p { color: rgb(180,181,106); }

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

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

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

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

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

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

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