Html Css Color HEX #B6AB89 Chino

📋 copy color: '#B6AB89'

red 182 ◦ green 171 ◦ blue 137

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

Shades of Chino #B6AB89

Tints of Chino #B6AB89

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 37.14%
G = 34.9%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6AB89 (or 0xB6AB89) is known color: Chino. HEX triplet: B6, AB and 89. RGB value is (182,171,137). Sum of RGB (Red+Green+Blue) = 182+171+137=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AB89 is #495476. Grayscale: #AAAAAA. Windows color (decimal): -4805751 or 9022390. OLE color: 9022390.

HSL color Cylindrical-coordinate representation of color #B6AB89: hue angle of 45.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AB89 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 171 137 -
CMYK 0 0.06 0.25 0.29
HSL 45.33º 0.24% 0.63% -
HSV(B) 45.33º 0.25% 0.71% -
XYZ 38.37 40.88 29.53 -
YUV 170.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 182 171 137 0 0.06 0.25 0.29 45.33 0.24 0.63
Hex B6 AB 89 0 6 19 1D 2D 18 3F
Octal 266 253 211 0 6 31 35 55 30 77
Binary 10110110 10101011 10001001 0 110 11001 11101 101101 11000 111111

Color Harmonies of #B6AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB89

Black with #B6AB89

Text Example


Text Example

White with #B6AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB89; }

 p { color: rgb(182,171,137); }

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

background-color css

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

 a { background-color: rgb(182,171,137); }

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

border-color css

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

 span { border-color: rgb(182,171,137); }

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