Html Css Color HEX #B2A988 Chino

📋 copy color: '#B2A988'

red 178 ◦ green 169 ◦ blue 136

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

Shades of Chino #B2A988

Tints of Chino #B2A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 36.85%
G = 34.99%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B2A988 (or 0xB2A988) is known color: Chino. HEX triplet: B2, A9 and 88. RGB value is (178,169,136). Sum of RGB (Red+Green+Blue) = 178+169+136=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A988 is #4D5677. Grayscale: #A8A8A8. Windows color (decimal): -5068408 or 8956338. OLE color: 8956338.

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

Color convert

RGB 178 169 136 -
CMYK 0 0.05 0.24 0.30
HSL 47.14º 0.21% 0.62% -
HSV(B) 47.14º 0.24% 0.7% -
XYZ 36.99 39.62 28.99 -
YUV 167.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 178 169 136 0 0.05 0.24 0.30 47.14 0.21 0.62
Hex B2 A9 88 0 5 18 1E 2F 15 3E
Octal 262 251 210 0 5 30 36 57 25 76
Binary 10110010 10101001 10001000 0 101 11000 11110 101111 10101 111110

Color Harmonies of #B2A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A988

Black with #B2A988

Text Example


Text Example

White with #B2A988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A988; }

 p { color: rgb(178,169,136); }

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

background-color css

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

 a { background-color: rgb(178,169,136); }

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

border-color css

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

 span { border-color: rgb(178,169,136); }

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