#B7AD8A

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

Shades of Chino #B7AD8A

Tints of Chino #B7AD8A

Color information

#B7AD8A (or 0xB7AD8A) is unknown color: approx Chino. HEX triplet: B7, AD and 8A. RGB value is (183,173,138). Sum of RGB (Red+Green+Blue) = 183+173+138=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD8A is #485275. Grayscale: #ACACAC. Windows color (decimal): -4739702 or 9088439. OLE color: 9088439.

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

Color convert

RGB183173138-
CMYK00.050.250.28
HSL46.67º23.81%62.94%-
HSV(B)46.67º24.59%71.76%-
XYZ39.0641.7930.05-
YUV172108.81135.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=37.04%
G=35.02%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317313800.050.250.2846.6723.8162.94
HexB7AD8A05191C2f183f
Octal267255212053134573077
Binary1011011110101101100010100101110011110010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD8A; }

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

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

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

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

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

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

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

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