Html Css Color HEX #B5AD85 Chino

📋 copy color: '#B5AD85'

red 181 ◦ green 173 ◦ blue 133

#B5AD85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chino #B5AD85

Tints of Chino #B5AD85

RGB

 RED value IS 181 (71.09% from 255) = 37.17%

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 37.17%
G = 35.52%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B5AD85 (or 0xB5AD85) is known color: Chino. HEX triplet: B5, AD and 85. RGB value is (181,173,133). Sum of RGB (Red+Green+Blue) = 181+173+133=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD85 is #4A527A. Grayscale: #ABABAB. Windows color (decimal): -4870779 or 8760757. OLE color: 8760757.

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

Color convert

RGB 181 173 133 -
CMYK 0 0.04 0.27 0.29
HSL 50º 0.24% 0.62% -
HSV(B) 50º 0.27% 0.71% -
XYZ 38.23 41.4 28.17 -
YUV 170.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 181 173 133 0 0.04 0.27 0.29 50 0.24 0.62
Hex B5 AD 85 0 4 1B 1D 32 18 3E
Octal 265 255 205 0 4 33 35 62 30 76
Binary 10110101 10101101 10000101 0 100 11011 11101 110010 11000 111110

Color Harmonies of #B5AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD85

Black with #B5AD85

Text Example


Text Example

White with #B5AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD85; }

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

 H1.HeaderClassName
 {
   color: #B5AD85;
 }
 .AnyTagClassName
 {
   color: #B5AD85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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