Html Css Color HEX #BAB682 Coriander

📋 copy color: '#BAB682'

red 186 ◦ green 182 ◦ blue 130

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

Shades of Coriander #BAB682

Tints of Coriander #BAB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 37.35%
G = 36.55%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB682 (or 0xBAB682) is known color: Coriander. HEX triplet: BA, B6 and 82. RGB value is (186,182,130). Sum of RGB (Red+Green+Blue) = 186+182+130=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB682 is #45497D. Grayscale: #B1B1B1. Windows color (decimal): -4540798 or 8566458. OLE color: 8566458.

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

Color convert

RGB 186 182 130 -
CMYK 0 0.02 0.30 0.27
HSL 55.71º 0.29% 0.62% -
HSV(B) 55.71º 0.3% 0.73% -
XYZ 41.01 45.51 27.74 -
YUV 177.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 186 182 130 0 0.02 0.30 0.27 55.71 0.29 0.62
Hex BA B6 82 0 2 1E 1B 38 1D 3E
Octal 272 266 202 0 2 36 33 70 35 76
Binary 10111010 10110110 10000010 0 10 11110 11011 111000 11101 111110

Color Harmonies of #BAB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB682

Black with #BAB682

Text Example


Text Example

White with #BAB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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