Html Css Color HEX #B5AB8A Chino

📋 copy color: '#B5AB8A'

red 181 ◦ green 171 ◦ blue 138

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

Shades of Chino #B5AB8A

Tints of Chino #B5AB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 36.94%
G = 34.9%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5AB8A (or 0xB5AB8A) is known color: Chino. HEX triplet: B5, AB and 8A. RGB value is (181,171,138). Sum of RGB (Red+Green+Blue) = 181+171+138=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB8A is #4A5475. Grayscale: #AAAAAA. Windows color (decimal): -4871286 or 9087925. OLE color: 9087925.

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

Color convert

RGB 181 171 138 -
CMYK 0 0.06 0.24 0.29
HSL 46.05º 0.23% 0.63% -
HSV(B) 46.05º 0.24% 0.71% -
XYZ 38.21 40.78 29.9 -
YUV 170.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 181 171 138 0 0.06 0.24 0.29 46.05 0.23 0.63
Hex B5 AB 8A 0 6 18 1D 2E 17 3F
Octal 265 253 212 0 6 30 35 56 27 77
Binary 10110101 10101011 10001010 0 110 11000 11101 101110 10111 111111

Color Harmonies of #B5AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB8A

Black with #B5AB8A

Text Example


Text Example

White with #B5AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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