Html Css Color HEX #BAB188 Chino

📋 copy color: '#BAB188'

red 186 ◦ green 177 ◦ blue 136

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

Shades of Chino #BAB188

Tints of Chino #BAB188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 37.27%
G = 35.47%
B = 27.25%

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

#BAB188 (or 0xBAB188) is known color: Chino. HEX triplet: BA, B1 and 88. RGB value is (186,177,136). Sum of RGB (Red+Green+Blue) = 186+177+136=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB188 is #454E77. Grayscale: #AFAFAF. Windows color (decimal): -4542072 or 8958394. OLE color: 8958394.

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

Color convert

RGB 186 177 136 -
CMYK 0 0.05 0.27 0.27
HSL 49.2º 0.27% 0.63% -
HSV(B) 49.2º 0.27% 0.73% -
XYZ 40.42 43.66 29.59 -
YUV 175.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 186 177 136 0 0.05 0.27 0.27 49.2 0.27 0.63
Hex BA B1 88 0 5 1B 1B 31 1B 3F
Octal 272 261 210 0 5 33 33 61 33 77
Binary 10111010 10110001 10001000 0 101 11011 11011 110001 11011 111111

Color Harmonies of #BAB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB188

Black with #BAB188

Text Example


Text Example

White with #BAB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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