Html Css Color HEX #B2AC89 Chino

📋 copy color: '#B2AC89'

red 178 ◦ green 172 ◦ blue 137

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

Shades of Chino #B2AC89

Tints of Chino #B2AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 137 (53.91% from 255) = 28.13%

R = 36.55%
G = 35.32%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B2AC89 (or 0xB2AC89) is known color: Chino. HEX triplet: B2, AC and 89. RGB value is (178,172,137). Sum of RGB (Red+Green+Blue) = 178+172+137=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC89 is #4D5376. Grayscale: #A9A9A9. Windows color (decimal): -5067639 or 9022642. OLE color: 9022642.

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

Color convert

RGB 178 172 137 -
CMYK 0 0.03 0.23 0.30
HSL 51.22º 0.21% 0.62% -
HSV(B) 51.22º 0.23% 0.7% -
XYZ 37.63 40.78 29.55 -
YUV 169.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 178 172 137 0 0.03 0.23 0.30 51.22 0.21 0.62
Hex B2 AC 89 0 3 17 1E 33 15 3E
Octal 262 254 211 0 3 27 36 63 25 76
Binary 10110010 10101100 10001001 0 11 10111 11110 110011 10101 111110

Color Harmonies of #B2AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC89

Black with #B2AC89

Text Example


Text Example

White with #B2AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC89; }

 p { color: rgb(178,172,137); }

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

background-color css

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

 a { background-color: rgb(178,172,137); }

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

border-color css

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

 span { border-color: rgb(178,172,137); }

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