#B5AD8A

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

Shades of Chino #B5AD8A

Tints of Chino #B5AD8A

Color information

#B5AD8A (or 0xB5AD8A) is unknown color: approx Chino. HEX triplet: B5, AD and 8A. RGB value is (181,173,138). Sum of RGB (Red+Green+Blue) = 181+173+138=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD8A is #4A5275. Grayscale: #ABABAB. Windows color (decimal): -4870774 or 9088437. OLE color: 9088437.

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

Color convert

RGB181173138-
CMYK00.040.240.29
HSL48.84º22.51%62.55%-
HSV(B)48.84º23.76%70.98%-
XYZ38.5941.5530.03-
YUV171.4109.15134.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=36.79%
G=35.16%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117313800.040.240.2948.8422.5162.55
HexB5AD8A04181D31173f
Octal265255212043035612777
Binary1011010110101101100010100100110001110111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD8A; }

 p { color: rgb(181,173,138); }

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

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

 a { background-color: rgb(181,173,138); }

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

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

 span { border-color: rgb(181,173,138); }

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