Html Css Color HEX #BAB187 Chino

📋 copy color: '#BAB187'

red 186 ◦ green 177 ◦ blue 135

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

Shades of Chino #BAB187

Tints of Chino #BAB187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 37.35%
G = 35.54%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BAB187 (or 0xBAB187) is known color: Chino. HEX triplet: BA, B1 and 87. RGB value is (186,177,135). Sum of RGB (Red+Green+Blue) = 186+177+135=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB187 is #454E78. Grayscale: #AFAFAF. Windows color (decimal): -4542073 or 8892858. OLE color: 8892858.

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

Color convert

RGB 186 177 135 -
CMYK 0 0.05 0.27 0.27
HSL 49.41º 0.27% 0.63% -
HSV(B) 49.41º 0.27% 0.73% -
XYZ 40.35 43.63 29.22 -
YUV 174.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 186 177 135 0 0.05 0.27 0.27 49.41 0.27 0.63
Hex BA B1 87 0 5 1B 1B 31 1B 3F
Octal 272 261 207 0 5 33 33 61 33 77
Binary 10111010 10110001 10000111 0 101 11011 11011 110001 11011 111111

Color Harmonies of #BAB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB187

Black with #BAB187

Text Example


Text Example

White with #BAB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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