Html Css Color HEX #BAB892 Coriander

📋 copy color: '#BAB892'

red 186 ◦ green 184 ◦ blue 146

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

Shades of Coriander #BAB892

Tints of Coriander #BAB892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 36.05%
G = 35.66%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB892 (or 0xBAB892) is known color: Coriander. HEX triplet: BA, B8 and 92. RGB value is (186,184,146). Sum of RGB (Red+Green+Blue) = 186+184+146=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB892 is #45476D. Grayscale: #B4B4B4. Windows color (decimal): -4540270 or 9615546. OLE color: 9615546.

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

Color convert

RGB 186 184 146 -
CMYK 0 0.01 0.22 0.27
HSL 57º 0.22% 0.65% -
HSV(B) 57º 0.22% 0.73% -
XYZ 42.58 46.8 33.98 -
YUV 180.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 186 184 146 0 0.01 0.22 0.27 57 0.22 0.65
Hex BA B8 92 0 1 16 1B 39 16 41
Octal 272 270 222 0 1 26 33 71 26 101
Binary 10111010 10111000 10010010 0 1 10110 11011 111001 10110 1000001

Color Harmonies of #BAB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB892

Black with #BAB892

Text Example


Text Example

White with #BAB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB892; }

 p { color: rgb(186,184,146); }

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

background-color css

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

 a { background-color: rgb(186,184,146); }

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

border-color css

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

 span { border-color: rgb(186,184,146); }

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