#B8AD8D

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

Shades of Chino #B8AD8D

Tints of Chino #B8AD8D

Color information

#B8AD8D (or 0xB8AD8D) is unknown color: approx Chino. HEX triplet: B8, AD and 8D. RGB value is (184,173,141). Sum of RGB (Red+Green+Blue) = 184+173+141=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD8D is #475272. Grayscale: #ACACAC. Windows color (decimal): -4674163 or 9285048. OLE color: 9285048.

HSL color Cylindrical-coordinate representation of color #B8AD8D: hue angle of 44.65º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8AD8D is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184173141-
CMYK00.060.230.28
HSL44.65º23.24%63.73%-
HSV(B)44.65º23.37%72.16%-
XYZ39.524231.22-
YUV172.64110.14136.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=36.95%
G=34.74%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417314100.060.230.2844.6523.2463.73
HexB8AD8D06171C2d1740
Octal2702552150627345527100
Binary10111000101011011000110101101011111100101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD8D; }

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

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

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

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

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

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

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

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