Html Css Color HEX #BAB284 Coriander

📋 copy color: '#BAB284'

red 186 ◦ green 178 ◦ blue 132

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

Shades of Coriander #BAB284

Tints of Coriander #BAB284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.61%

R = 37.5%
G = 35.89%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BAB284 (or 0xBAB284) is known color: Coriander. HEX triplet: BA, B2 and 84. RGB value is (186,178,132). Sum of RGB (Red+Green+Blue) = 186+178+132=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB284 is #454D7B. Grayscale: #AFAFAF. Windows color (decimal): -4541820 or 8696506. OLE color: 8696506.

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

Color convert

RGB 186 178 132 -
CMYK 0 0.04 0.29 0.27
HSL 51.11º 0.28% 0.62% -
HSV(B) 51.11º 0.29% 0.73% -
XYZ 40.33 43.95 28.19 -
YUV 175.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 186 178 132 0 0.04 0.29 0.27 51.11 0.28 0.62
Hex BA B2 84 0 4 1D 1B 33 1C 3E
Octal 272 262 204 0 4 35 33 63 34 76
Binary 10111010 10110010 10000100 0 100 11101 11011 110011 11100 111110

Color Harmonies of #BAB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB284

Black with #BAB284

Text Example


Text Example

White with #BAB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB284; }

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

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

background-color css

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

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

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

border-color css

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

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

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