Html Css Color HEX #BAB683 Coriander

📋 copy color: '#BAB683'

red 186 ◦ green 182 ◦ blue 131

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

Shades of Coriander #BAB683

Tints of Coriander #BAB683

RGB

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

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

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

R = 37.27%
G = 36.47%
B = 26.25%

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

#BAB683 (or 0xBAB683) is known color: Coriander. HEX triplet: BA, B6 and 83. RGB value is (186,182,131). Sum of RGB (Red+Green+Blue) = 186+182+131=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB683 is #45497C. Grayscale: #B1B1B1. Windows color (decimal): -4540797 or 8631994. OLE color: 8631994.

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

Color convert

RGB 186 182 131 -
CMYK 0 0.02 0.30 0.27
HSL 55.64º 0.28% 0.62% -
HSV(B) 55.64º 0.3% 0.73% -
XYZ 41.07 45.53 28.1 -
YUV 177.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 186 182 131 0 0.02 0.30 0.27 55.64 0.28 0.62
Hex BA B6 83 0 2 1E 1B 38 1C 3E
Octal 272 266 203 0 2 36 33 70 34 76
Binary 10111010 10110110 10000011 0 10 11110 11011 111000 11100 111110

Color Harmonies of #BAB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB683

Black with #BAB683

Text Example


Text Example

White with #BAB683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB683; }

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

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

background-color css

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

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

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

border-color css

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

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

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