#B4AD88

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

Shades of Chino #B4AD88

Tints of Chino #B4AD88

Color information

#B4AD88 (or 0xB4AD88) is unknown color: approx Chino. HEX triplet: B4, AD and 88. RGB value is (180,173,136). Sum of RGB (Red+Green+Blue) = 180+173+136=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD88 is #4B5277. Grayscale: #ABABAB. Windows color (decimal): -4936312 or 8957364. OLE color: 8957364.

HSL color Cylindrical-coordinate representation of color #B4AD88: hue angle of 50.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4AD88 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180173136-
CMYK00.040.240.29
HSL50.45º22.68%61.96%-
HSV(B)50.45º24.44%70.59%-
XYZ38.2141.3729.26-
YUV170.87108.32134.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=36.81%
G=35.38%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017313600.040.240.2950.4522.6861.96
HexB4AD8804181D32173e
Octal264255210043035622776
Binary1011010010101101100010000100110001110111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD88; }

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

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

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

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

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

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

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

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