Html Css Color HEX #BAB492 Coriander

📋 copy color: '#BAB492'

red 186 ◦ green 180 ◦ blue 146

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

Shades of Coriander #BAB492

Tints of Coriander #BAB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 36.33%
G = 35.16%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB492 (or 0xBAB492) is known color: Coriander. HEX triplet: BA, B4 and 92. RGB value is (186,180,146). Sum of RGB (Red+Green+Blue) = 186+180+146=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB492 is #454B6D. Grayscale: #B2B2B2. Windows color (decimal): -4541294 or 9614522. OLE color: 9614522.

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

Color convert

RGB 186 180 146 -
CMYK 0 0.03 0.22 0.27
HSL 51º 0.22% 0.65% -
HSV(B) 51º 0.22% 0.73% -
XYZ 41.76 45.16 33.71 -
YUV 177.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 186 180 146 0 0.03 0.22 0.27 51 0.22 0.65
Hex BA B4 92 0 3 16 1B 33 16 41
Octal 272 264 222 0 3 26 33 63 26 101
Binary 10111010 10110100 10010010 0 11 10110 11011 110011 10110 1000001

Color Harmonies of #BAB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB492

Black with #BAB492

Text Example


Text Example

White with #BAB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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