Html Css Color HEX #BAB090 Chino

📋 copy color: '#BAB090'

red 186 ◦ green 176 ◦ blue 144

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

Shades of Chino #BAB090

Tints of Chino #BAB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 36.76%
G = 34.78%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB090 (or 0xBAB090) is known color: Chino. HEX triplet: BA, B0 and 90. RGB value is (186,176,144). Sum of RGB (Red+Green+Blue) = 186+176+144=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB090 is #454F6F. Grayscale: #AFAFAF. Windows color (decimal): -4542320 or 9482426. OLE color: 9482426.

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

Color convert

RGB 186 176 144 -
CMYK 0 0.05 0.23 0.27
HSL 45.71º 0.23% 0.65% -
HSV(B) 45.71º 0.23% 0.73% -
XYZ 40.81 43.5 32.63 -
YUV 175.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 186 176 144 0 0.05 0.23 0.27 45.71 0.23 0.65
Hex BA B0 90 0 5 17 1B 2E 17 41
Octal 272 260 220 0 5 27 33 56 27 101
Binary 10111010 10110000 10010000 0 101 10111 11011 101110 10111 1000001

Color Harmonies of #BAB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB090

Black with #BAB090

Text Example


Text Example

White with #BAB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB090; }

 p { color: rgb(186,176,144); }

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

background-color css

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

 a { background-color: rgb(186,176,144); }

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

border-color css

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

 span { border-color: rgb(186,176,144); }

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