Html Css Color HEX #B2AB87 Chino

📋 copy color: '#B2AB87'

red 178 ◦ green 171 ◦ blue 135

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

Shades of Chino #B2AB87

Tints of Chino #B2AB87

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 36.78%
G = 35.33%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B2AB87 (or 0xB2AB87) is known color: Chino. HEX triplet: B2, AB and 87. RGB value is (178,171,135). Sum of RGB (Red+Green+Blue) = 178+171+135=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB87 is #4D5478. Grayscale: #A9A9A9. Windows color (decimal): -5067897 or 8891314. OLE color: 8891314.

HSL color Cylindrical-coordinate representation of color #B2AB87: hue angle of 50.23º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AB87 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 135 -
CMYK 0 0.04 0.24 0.30
HSL 50.23º 0.22% 0.61% -
HSV(B) 50.23º 0.24% 0.7% -
XYZ 37.3 40.34 28.74 -
YUV 168.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 178 171 135 0 0.04 0.24 0.30 50.23 0.22 0.61
Hex B2 AB 87 0 4 18 1E 32 16 3D
Octal 262 253 207 0 4 30 36 62 26 75
Binary 10110010 10101011 10000111 0 100 11000 11110 110010 10110 111101

Color Harmonies of #B2AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB87

Black with #B2AB87

Text Example


Text Example

White with #B2AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB87; }

 p { color: rgb(178,171,135); }

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

background-color css

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

 a { background-color: rgb(178,171,135); }

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

border-color css

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

 span { border-color: rgb(178,171,135); }

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