Html Css Color HEX #B5AB85 Chino

📋 copy color: '#B5AB85'

red 181 ◦ green 171 ◦ blue 133

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

Shades of Chino #B5AB85

Tints of Chino #B5AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 37.32%
G = 35.26%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B5AB85 (or 0xB5AB85) is known color: Chino. HEX triplet: B5, AB and 85. RGB value is (181,171,133). Sum of RGB (Red+Green+Blue) = 181+171+133=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB85 is #4A547A. Grayscale: #A9A9A9. Windows color (decimal): -4871291 or 8760245. OLE color: 8760245.

HSL color Cylindrical-coordinate representation of color #B5AB85: hue angle of 47.5º 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 #B5AB85 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 133 -
CMYK 0 0.06 0.27 0.29
HSL 47.5º 0.24% 0.62% -
HSV(B) 47.5º 0.27% 0.71% -
XYZ 37.85 40.64 28.04 -
YUV 169.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 181 171 133 0 0.06 0.27 0.29 47.5 0.24 0.62
Hex B5 AB 85 0 6 1B 1D 30 18 3E
Octal 265 253 205 0 6 33 35 60 30 76
Binary 10110101 10101011 10000101 0 110 11011 11101 110000 11000 111110

Color Harmonies of #B5AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB85

Black with #B5AB85

Text Example


Text Example

White with #B5AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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