#B7AD81

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

Shades of Chino #B7AD81

Tints of Chino #B7AD81

Color information

#B7AD81 (or 0xB7AD81) is unknown color: approx Chino. HEX triplet: B7, AD and 81. RGB value is (183,173,129). Sum of RGB (Red+Green+Blue) = 183+173+129=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD81 is #48527E. Grayscale: #ABABAB. Windows color (decimal): -4739711 or 8498615. OLE color: 8498615.

HSL color Cylindrical-coordinate representation of color #B7AD81: hue angle of 48.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AD81 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183173129-
CMYK00.050.300.28
HSL48.89º27.27%61.18%-
HSV(B)48.89º29.51%71.76%-
XYZ38.4341.5426.76-
YUV170.97104.31136.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=37.73%
G=35.67%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317312900.050.300.2848.8927.2761.18
HexB7AD81051E1C311b3d
Octal267255201053634613375
Binary1011011110101101100000010101111101110011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD81; }

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

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

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

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

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

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

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

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