Html Css Color HEX #BAB18D Chino

📋 copy color: '#BAB18D'

red 186 ◦ green 177 ◦ blue 141

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

Shades of Chino #BAB18D

Tints of Chino #BAB18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 36.9%
G = 35.12%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAB18D (or 0xBAB18D) is known color: Chino. HEX triplet: BA, B1 and 8D. RGB value is (186,177,141). Sum of RGB (Red+Green+Blue) = 186+177+141=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB18D is #454E72. Grayscale: #AFAFAF. Windows color (decimal): -4542067 or 9286074. OLE color: 9286074.

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

Color convert

RGB 186 177 141 -
CMYK 0 0.05 0.24 0.27
HSL 48º 0.25% 0.64% -
HSV(B) 48º 0.24% 0.73% -
XYZ 40.78 43.81 31.51 -
YUV 175.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 186 177 141 0 0.05 0.24 0.27 48 0.25 0.64
Hex BA B1 8D 0 5 18 1B 30 19 40
Octal 272 261 215 0 5 30 33 60 31 100
Binary 10111010 10110001 10001101 0 101 11000 11011 110000 11001 1000000

Color Harmonies of #BAB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB18D

Black with #BAB18D

Text Example


Text Example

White with #BAB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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