Html Css Color HEX #B2AD88 Chino

📋 copy color: '#B2AD88'

red 178 ◦ green 173 ◦ blue 136

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

Shades of Chino #B2AD88

Tints of Chino #B2AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 36.55%
G = 35.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B2AD88 (or 0xB2AD88) is known color: Chino. HEX triplet: B2, AD and 88. RGB value is (178,173,136). Sum of RGB (Red+Green+Blue) = 178+173+136=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD88 is #4D5277. Grayscale: #AAAAAA. Windows color (decimal): -5067384 or 8957362. OLE color: 8957362.

HSL color Cylindrical-coordinate representation of color #B2AD88: hue angle of 52.86º 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 #B2AD88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 136 -
CMYK 0 0.03 0.24 0.30
HSL 52.86º 0.21% 0.62% -
HSV(B) 52.86º 0.24% 0.7% -
XYZ 37.75 41.13 29.24 -
YUV 170.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 178 173 136 0 0.03 0.24 0.30 52.86 0.21 0.62
Hex B2 AD 88 0 3 18 1E 35 15 3E
Octal 262 255 210 0 3 30 36 65 25 76
Binary 10110010 10101101 10001000 0 11 11000 11110 110101 10101 111110

Color Harmonies of #B2AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD88

Black with #B2AD88

Text Example


Text Example

White with #B2AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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