#B4AD8D

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

Shades of Chino #B4AD8D

Tints of Chino #B4AD8D

Color information

#B4AD8D (or 0xB4AD8D) is unknown color: approx Chino. HEX triplet: B4, AD and 8D. RGB value is (180,173,141). Sum of RGB (Red+Green+Blue) = 180+173+141=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD8D is #4B5272. Grayscale: #ABABAB. Windows color (decimal): -4936307 or 9285044. OLE color: 9285044.

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

Color convert

RGB180173141-
CMYK00.040.220.29
HSL49.23º20.63%62.94%-
HSV(B)49.23º21.67%70.59%-
XYZ38.5741.5131.18-
YUV171.44110.82134.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=36.44%
G=35.02%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017314100.040.220.2949.2320.6362.94
HexB4AD8D04161D31153f
Octal264255215042635612577
Binary1011010010101101100011010100101101110111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD8D; }

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

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

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

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

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

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

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

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