Html Css Color HEX #BAB582 Coriander

📋 copy color: '#BAB582'

red 186 ◦ green 181 ◦ blue 130

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

Shades of Coriander #BAB582

Tints of Coriander #BAB582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.16%

R = 37.42%
G = 36.42%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB582 (or 0xBAB582) is known color: Coriander. HEX triplet: BA, B5 and 82. RGB value is (186,181,130). Sum of RGB (Red+Green+Blue) = 186+181+130=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB582 is #454A7D. Grayscale: #B0B0B0. Windows color (decimal): -4541054 or 8566202. OLE color: 8566202.

HSL color Cylindrical-coordinate representation of color #BAB582: hue angle of 54.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB582 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 130 -
CMYK 0 0.03 0.30 0.27
HSL 54.64º 0.29% 0.62% -
HSV(B) 54.64º 0.3% 0.73% -
XYZ 40.8 45.1 27.67 -
YUV 176.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 186 181 130 0 0.03 0.30 0.27 54.64 0.29 0.62
Hex BA B5 82 0 3 1E 1B 37 1D 3E
Octal 272 265 202 0 3 36 33 67 35 76
Binary 10111010 10110101 10000010 0 11 11110 11011 110111 11101 111110

Color Harmonies of #BAB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB582

Black with #BAB582

Text Example


Text Example

White with #BAB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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