Html Css Color HEX #BAB483 Coriander

📋 copy color: '#BAB483'

red 186 ◦ green 180 ◦ blue 131

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

Shades of Coriander #BAB483

Tints of Coriander #BAB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 37.42%
G = 36.22%
B = 26.36%

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

#BAB483 (or 0xBAB483) is known color: Coriander. HEX triplet: BA, B4 and 83. RGB value is (186,180,131). Sum of RGB (Red+Green+Blue) = 186+180+131=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB483 is #454B7C. Grayscale: #B0B0B0. Windows color (decimal): -4541309 or 8631482. OLE color: 8631482.

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

Color convert

RGB 186 180 131 -
CMYK 0 0.03 0.30 0.27
HSL 53.45º 0.28% 0.62% -
HSV(B) 53.45º 0.3% 0.73% -
XYZ 40.67 44.72 27.96 -
YUV 176.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 186 180 131 0 0.03 0.30 0.27 53.45 0.28 0.62
Hex BA B4 83 0 3 1E 1B 35 1C 3E
Octal 272 264 203 0 3 36 33 65 34 76
Binary 10111010 10110100 10000011 0 11 11110 11011 110101 11100 111110

Color Harmonies of #BAB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB483

Black with #BAB483

Text Example


Text Example

White with #BAB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB483; }

 p { color: rgb(186,180,131); }

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

background-color css

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

 a { background-color: rgb(186,180,131); }

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

border-color css

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

 span { border-color: rgb(186,180,131); }

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