#B8AD83

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

Shades of Chino #B8AD83

Tints of Chino #B8AD83

Color information

#B8AD83 (or 0xB8AD83) is unknown color: approx Chino. HEX triplet: B8, AD and 83. RGB value is (184,173,131). Sum of RGB (Red+Green+Blue) = 184+173+131=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD83 is #47527C. Grayscale: #ABABAB. Windows color (decimal): -4674173 or 8629688. OLE color: 8629688.

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

Color convert

RGB184173131-
CMYK00.060.290.28
HSL47.55º27.18%61.76%-
HSV(B)47.55º28.8%72.16%-
XYZ38.8141.7227.48-
YUV171.5105.14136.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=37.70%
G=35.45%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417313100.060.290.2847.5527.1861.76
HexB8AD83061D1C301b3e
Octal270255203063534603376
Binary1011100010101101100000110110111011110011000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD83; }

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

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

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

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

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

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

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

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