#B4AD75

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

Shades of Dark Khaki #B4AD75

Tints of Dark Khaki #B4AD75

Color information

#B4AD75 (or 0xB4AD75) is unknown color: approx Dark Khaki. HEX triplet: B4, AD and 75. RGB value is (180,173,117). Sum of RGB (Red+Green+Blue) = 180+173+117=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD75 is #4B528A. Grayscale: #A8A8A8. Windows color (decimal): -4936331 or 7712180. OLE color: 7712180.

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

Color convert

RGB180173117-
CMYK00.040.350.29
HSL53.33º29.58%58.24%-
HSV(B)53.33º35%70.59%-
XYZ36.9840.8722.77-
YUV168.7198.82136.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=38.30%
G=36.81%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017311700.040.350.2953.3329.5858.24
HexB4AD7504231D351e3a
Octal264255165044335653672
Binary1011010010101101111010101001000111110111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD75; }

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

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

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

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

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

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

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

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