#B7AD88

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

Shades of Chino #B7AD88

Tints of Chino #B7AD88

Color information

#B7AD88 (or 0xB7AD88) is unknown color: approx Chino. HEX triplet: B7, AD and 88. RGB value is (183,173,136). Sum of RGB (Red+Green+Blue) = 183+173+136=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD88 is #485277. Grayscale: #ABABAB. Windows color (decimal): -4739704 or 8957367. OLE color: 8957367.

HSL color Cylindrical-coordinate representation of color #B7AD88: hue angle of 47.23º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AD88 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183173136-
CMYK00.050.260.28
HSL47.23º24.61%62.55%-
HSV(B)47.23º25.68%71.76%-
XYZ38.9241.7329.3-
YUV171.77107.81136.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=37.20%
G=35.16%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317313600.050.260.2847.2324.6162.55
HexB7AD88051A1C2f193f
Octal267255210053234573177
Binary1011011110101101100010000101110101110010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD88; }

 p { color: rgb(183,173,136); }

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

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

 a { background-color: rgb(183,173,136); }

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

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

 span { border-color: rgb(183,173,136); }

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