Html Css Color HEX #B2A789 Chino

📋 copy color: '#B2A789'

red 178 ◦ green 167 ◦ blue 137

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

Shades of Chino #B2A789

Tints of Chino #B2A789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 36.93%
G = 34.65%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B2A789 (or 0xB2A789) is known color: Chino. HEX triplet: B2, A7 and 89. RGB value is (178,167,137). Sum of RGB (Red+Green+Blue) = 178+167+137=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A789 is #4D5876. Grayscale: #A7A7A7. Windows color (decimal): -5068919 or 9021362. OLE color: 9021362.

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

Color convert

RGB 178 167 137 -
CMYK 0 0.06 0.23 0.30
HSL 43.9º 0.21% 0.62% -
HSV(B) 43.9º 0.23% 0.7% -
XYZ 36.69 38.91 29.24 -
YUV 166.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 178 167 137 0 0.06 0.23 0.30 43.9 0.21 0.62
Hex B2 A7 89 0 6 17 1E 2C 15 3E
Octal 262 247 211 0 6 27 36 54 25 76
Binary 10110010 10100111 10001001 0 110 10111 11110 101100 10101 111110

Color Harmonies of #B2A789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A789

Black with #B2A789

Text Example


Text Example

White with #B2A789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A789; }

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

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

background-color css

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

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

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

border-color css

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

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

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