Html Css Color HEX #BAB282 Coriander

📋 copy color: '#BAB282'

red 186 ◦ green 178 ◦ blue 130

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

Shades of Coriander #BAB282

Tints of Coriander #BAB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 37.65%
G = 36.03%
B = 26.32%

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

#BAB282 (or 0xBAB282) is known color: Coriander. HEX triplet: BA, B2 and 82. RGB value is (186,178,130). Sum of RGB (Red+Green+Blue) = 186+178+130=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB282 is #454D7D. Grayscale: #AFAFAF. Windows color (decimal): -4541822 or 8565434. OLE color: 8565434.

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

Color convert

RGB 186 178 130 -
CMYK 0 0.04 0.30 0.27
HSL 51.43º 0.29% 0.62% -
HSV(B) 51.43º 0.3% 0.73% -
XYZ 40.2 43.89 27.47 -
YUV 174.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 186 178 130 0 0.04 0.30 0.27 51.43 0.29 0.62
Hex BA B2 82 0 4 1E 1B 33 1D 3E
Octal 272 262 202 0 4 36 33 63 35 76
Binary 10111010 10110010 10000010 0 100 11110 11011 110011 11101 111110

Color Harmonies of #BAB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB282

Black with #BAB282

Text Example


Text Example

White with #BAB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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