#B4B275

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

Shades of Dark Khaki #B4B275

Tints of Dark Khaki #B4B275

Color information

#B4B275 (or 0xB4B275) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 75. RGB value is (180,178,117). Sum of RGB (Red+Green+Blue) = 180+178+117=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B275 is #4B4D8A. Grayscale: #ABABAB. Windows color (decimal): -4935051 or 7713460. OLE color: 7713460.

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

Color convert

RGB180178117-
CMYK00.010.350.29
HSL58.1º29.58%58.24%-
HSV(B)58.1º35%70.59%-
XYZ37.9542.8323.1-
YUV171.6497.16133.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=37.89%
G=37.47%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017811700.010.350.2958.129.5858.24
HexB4B27501231D3a1e3a
Octal264262165014335723672
Binary10110100101100101110101011000111110111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B275; }

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

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

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

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

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

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

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

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