#B4AD89

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

Shades of Chino #B4AD89

Tints of Chino #B4AD89

Color information

#B4AD89 (or 0xB4AD89) is unknown color: approx Chino. HEX triplet: B4, AD and 89. RGB value is (180,173,137). Sum of RGB (Red+Green+Blue) = 180+173+137=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD89 is #4B5276. Grayscale: #ABABAB. Windows color (decimal): -4936311 or 9022900. OLE color: 9022900.

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

Color convert

RGB180173137-
CMYK00.040.240.29
HSL50.23º22.28%62.16%-
HSV(B)50.23º23.89%70.59%-
XYZ38.2841.429.64-
YUV170.99108.82134.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=36.73%
G=35.31%
B=27.96%

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
Decimal18017313700.040.240.2950.2322.2862.16
HexB4AD8904181D32163e
Octal264255211043035622676
Binary1011010010101101100010010100110001110111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD89; }

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

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

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

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

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

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

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

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