Html Css Color HEX #B2A989 Chino

📋 copy color: '#B2A989'

red 178 ◦ green 169 ◦ blue 137

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

Shades of Chino #B2A989

Tints of Chino #B2A989

RGB

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

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

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

R = 36.78%
G = 34.92%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B2A989 (or 0xB2A989) is known color: Chino. HEX triplet: B2, A9 and 89. RGB value is (178,169,137). Sum of RGB (Red+Green+Blue) = 178+169+137=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A989 is #4D5676. Grayscale: #A8A8A8. Windows color (decimal): -5068407 or 9021874. OLE color: 9021874.

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

Color convert

RGB 178 169 137 -
CMYK 0 0.05 0.23 0.30
HSL 46.83º 0.21% 0.62% -
HSV(B) 46.83º 0.23% 0.7% -
XYZ 37.06 39.65 29.37 -
YUV 168.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 178 169 137 0 0.05 0.23 0.30 46.83 0.21 0.62
Hex B2 A9 89 0 5 17 1E 2F 15 3E
Octal 262 251 211 0 5 27 36 57 25 76
Binary 10110010 10101001 10001001 0 101 10111 11110 101111 10101 111110

Color Harmonies of #B2A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A989

Black with #B2A989

Text Example


Text Example

White with #B2A989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A989; }

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

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

background-color css

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

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

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

border-color css

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

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

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