Html Css Color HEX #BAB189 Chino

📋 copy color: '#BAB189'

red 186 ◦ green 177 ◦ blue 137

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

Shades of Chino #BAB189

Tints of Chino #BAB189

RGB

 RED value IS 186 (73.05% from 255) = 37.2%

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 37.2%
G = 35.4%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAB189 (or 0xBAB189) is known color: Chino. HEX triplet: BA, B1 and 89. RGB value is (186,177,137). Sum of RGB (Red+Green+Blue) = 186+177+137=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB189 is #454E76. Grayscale: #AFAFAF. Windows color (decimal): -4542071 or 9023930. OLE color: 9023930.

HSL color Cylindrical-coordinate representation of color #BAB189: hue angle of 48.98º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB189 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 137 -
CMYK 0 0.05 0.26 0.27
HSL 48.98º 0.26% 0.63% -
HSV(B) 48.98º 0.26% 0.73% -
XYZ 40.49 43.69 29.97 -
YUV 175.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 186 177 137 0 0.05 0.26 0.27 48.98 0.26 0.63
Hex BA B1 89 0 5 1A 1B 31 1A 3F
Octal 272 261 211 0 5 32 33 61 32 77
Binary 10111010 10110001 10001001 0 101 11010 11011 110001 11010 111111

Color Harmonies of #BAB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB189

Black with #BAB189

Text Example


Text Example

White with #BAB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB189; }

 p { color: rgb(186,177,137); }

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

background-color css

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

 a { background-color: rgb(186,177,137); }

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

border-color css

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

 span { border-color: rgb(186,177,137); }

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