Html Css Color HEX #B5AB8B Chino

📋 copy color: '#B5AB8B'

red 181 ◦ green 171 ◦ blue 139

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

Shades of Chino #B5AB8B

Tints of Chino #B5AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 36.86%
G = 34.83%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5AB8B (or 0xB5AB8B) is known color: Chino. HEX triplet: B5, AB and 8B. RGB value is (181,171,139). Sum of RGB (Red+Green+Blue) = 181+171+139=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB8B is #4A5474. Grayscale: #AAAAAA. Windows color (decimal): -4871285 or 9153461. OLE color: 9153461.

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

Color convert

RGB 181 171 139 -
CMYK 0 0.06 0.23 0.29
HSL 45.71º 0.22% 0.63% -
HSV(B) 45.71º 0.23% 0.71% -
XYZ 38.28 40.81 30.29 -
YUV 170.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 181 171 139 0 0.06 0.23 0.29 45.71 0.22 0.63
Hex B5 AB 8B 0 6 17 1D 2E 16 3F
Octal 265 253 213 0 6 27 35 56 26 77
Binary 10110101 10101011 10001011 0 110 10111 11101 101110 10110 111111

Color Harmonies of #B5AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB8B

Black with #B5AB8B

Text Example


Text Example

White with #B5AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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