Html Css Color HEX #B2AB8C Chino

📋 copy color: '#B2AB8C'

red 178 ◦ green 171 ◦ blue 140

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

Shades of Chino #B2AB8C

Tints of Chino #B2AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 36.4%
G = 34.97%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2AB8C (or 0xB2AB8C) is known color: Chino. HEX triplet: B2, AB and 8C. RGB value is (178,171,140). Sum of RGB (Red+Green+Blue) = 178+171+140=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB8C is #4D5473. Grayscale: #A9A9A9. Windows color (decimal): -5067892 or 9218994. OLE color: 9218994.

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

Color convert

RGB 178 171 140 -
CMYK 0 0.04 0.21 0.30
HSL 48.95º 0.2% 0.62% -
HSV(B) 48.95º 0.21% 0.7% -
XYZ 37.66 40.48 30.64 -
YUV 169.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 178 171 140 0 0.04 0.21 0.30 48.95 0.2 0.62
Hex B2 AB 8C 0 4 15 1E 31 14 3E
Octal 262 253 214 0 4 25 36 61 24 76
Binary 10110010 10101011 10001100 0 100 10101 11110 110001 10100 111110

Color Harmonies of #B2AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB8C

Black with #B2AB8C

Text Example


Text Example

White with #B2AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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