Html Css Color HEX #BAB592 Coriander

📋 copy color: '#BAB592'

red 186 ◦ green 181 ◦ blue 146

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

Shades of Coriander #BAB592

Tints of Coriander #BAB592

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 36.26%
G = 35.28%
B = 28.46%

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

#BAB592 (or 0xBAB592) is known color: Coriander. HEX triplet: BA, B5 and 92. RGB value is (186,181,146). Sum of RGB (Red+Green+Blue) = 186+181+146=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB592 is #454A6D. Grayscale: #B2B2B2. Windows color (decimal): -4541038 or 9614778. OLE color: 9614778.

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

Color convert

RGB 186 181 146 -
CMYK 0 0.03 0.22 0.27
HSL 52.5º 0.22% 0.65% -
HSV(B) 52.5º 0.22% 0.73% -
XYZ 41.96 45.56 33.78 -
YUV 178.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 186 181 146 0 0.03 0.22 0.27 52.5 0.22 0.65
Hex BA B5 92 0 3 16 1B 34 16 41
Octal 272 265 222 0 3 26 33 64 26 101
Binary 10111010 10110101 10010010 0 11 10110 11011 110100 10110 1000001

Color Harmonies of #BAB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB592

Black with #BAB592

Text Example


Text Example

White with #BAB592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB592; }

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

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

background-color css

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

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

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

border-color css

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

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

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