#B8AE8D

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

Shades of Chino #B8AE8D

Tints of Chino #B8AE8D

Color information

#B8AE8D (or 0xB8AE8D) is unknown color: approx Chino. HEX triplet: B8, AE and 8D. RGB value is (184,174,141). Sum of RGB (Red+Green+Blue) = 184+174+141=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AE8D is #475172. Grayscale: #ADADAD. Windows color (decimal): -4673907 or 9285304. OLE color: 9285304.

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

Color convert

RGB184174141-
CMYK00.050.230.28
HSL46.05º23.24%63.73%-
HSV(B)46.05º23.37%72.16%-
XYZ39.7142.3931.29-
YUV173.23109.81135.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=36.87%
G=34.87%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417414100.050.230.2846.0523.2463.73
HexB8AE8D05171C2e1740
Octal2702562150527345627100
Binary10111000101011101000110101011011111100101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE8D; }

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

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

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

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

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

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

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

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