Html Css Color HEX #BAB382 Coriander

📋 copy color: '#BAB382'

red 186 ◦ green 179 ◦ blue 130

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

Shades of Coriander #BAB382

Tints of Coriander #BAB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

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

R = 37.58%
G = 36.16%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB382 (or 0xBAB382) is known color: Coriander. HEX triplet: BA, B3 and 82. RGB value is (186,179,130). Sum of RGB (Red+Green+Blue) = 186+179+130=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB382 is #454C7D. Grayscale: #AFAFAF. Windows color (decimal): -4541566 or 8565690. OLE color: 8565690.

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

Color convert

RGB 186 179 130 -
CMYK 0 0.04 0.30 0.27
HSL 52.5º 0.29% 0.62% -
HSV(B) 52.5º 0.3% 0.73% -
XYZ 40.4 44.29 27.54 -
YUV 175.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 186 179 130 0 0.04 0.30 0.27 52.5 0.29 0.62
Hex BA B3 82 0 4 1E 1B 34 1D 3E
Octal 272 263 202 0 4 36 33 64 35 76
Binary 10111010 10110011 10000010 0 100 11110 11011 110100 11101 111110

Color Harmonies of #BAB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB382

Black with #BAB382

Text Example


Text Example

White with #BAB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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