#B5AD7F

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

Shades of Chino #B5AD7F

Tints of Chino #B5AD7F

Color information

#B5AD7F (or 0xB5AD7F) is unknown color: approx Chino. HEX triplet: B5, AD and 7F. RGB value is (181,173,127). Sum of RGB (Red+Green+Blue) = 181+173+127=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD7F is #4A5280. Grayscale: #AAAAAA. Windows color (decimal): -4870785 or 8367541. OLE color: 8367541.

HSL color Cylindrical-coordinate representation of color #B5AD7F: hue angle of 51.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5AD7F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181173127-
CMYK00.040.300.29
HSL51.11º26.73%60.39%-
HSV(B)51.11º29.83%70.98%-
XYZ37.8341.2426.05-
YUV170.15103.65135.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 127 (50% from 255) = 26.40%
R=37.63%
G=35.97%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117312700.040.300.2951.1126.7360.39
HexB5AD7F041E1D331b3c
Octal265255177043635633374
Binary101101011010110111111110100111101110111001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD7F; }

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

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

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

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

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

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

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

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