Html Css Color HEX #BAB292 Coriander

📋 copy color: '#BAB292'

red 186 ◦ green 178 ◦ blue 146

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

Shades of Coriander #BAB292

Tints of Coriander #BAB292

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

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

R = 36.47%
G = 34.9%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB292 (or 0xBAB292) is known color: Coriander. HEX triplet: BA, B2 and 92. RGB value is (186,178,146). Sum of RGB (Red+Green+Blue) = 186+178+146=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB292 is #454D6D. Grayscale: #B0B0B0. Windows color (decimal): -4541806 or 9614010. OLE color: 9614010.

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

Color convert

RGB 186 178 146 -
CMYK 0 0.04 0.22 0.27
HSL 48º 0.22% 0.65% -
HSV(B) 48º 0.22% 0.73% -
XYZ 41.36 44.36 33.58 -
YUV 176.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 186 178 146 0 0.04 0.22 0.27 48 0.22 0.65
Hex BA B2 92 0 4 16 1B 30 16 41
Octal 272 262 222 0 4 26 33 60 26 101
Binary 10111010 10110010 10010010 0 100 10110 11011 110000 10110 1000001

Color Harmonies of #BAB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB292

Black with #BAB292

Text Example


Text Example

White with #BAB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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