#B8AE82

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

Shades of Chino #B8AE82

Tints of Chino #B8AE82

Color information

#B8AE82 (or 0xB8AE82) is unknown color: approx Chino. HEX triplet: B8, AE and 82. RGB value is (184,174,130). Sum of RGB (Red+Green+Blue) = 184+174+130=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AE82 is #47517D. Grayscale: #ACACAC. Windows color (decimal): -4673918 or 8564408. OLE color: 8564408.

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

Color convert

RGB184174130-
CMYK00.050.290.28
HSL48.89º27.55%61.57%-
HSV(B)48.89º29.35%72.16%-
XYZ38.9342.0727.19-
YUV171.97104.31136.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=37.70%
G=35.66%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417413000.050.290.2848.8927.5561.57
HexB8AE82051D1C311c3e
Octal270256202053534613476
Binary1011100010101110100000100101111011110011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE82; }

 p { color: rgb(184,174,130); }

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

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

 a { background-color: rgb(184,174,130); }

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

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

 span { border-color: rgb(184,174,130); }

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