Html Css Color HEX #BAB580 Coriander

📋 copy color: '#BAB580'

red 186 ◦ green 181 ◦ blue 128

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

Shades of Coriander #BAB580

Tints of Coriander #BAB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 37.58%
G = 36.57%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB580 (or 0xBAB580) is known color: Coriander. HEX triplet: BA, B5 and 80. RGB value is (186,181,128). Sum of RGB (Red+Green+Blue) = 186+181+128=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB580 is #454A7F. Grayscale: #B0B0B0. Windows color (decimal): -4541056 or 8435130. OLE color: 8435130.

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

Color convert

RGB 186 181 128 -
CMYK 0 0.03 0.31 0.27
HSL 54.83º 0.3% 0.62% -
HSV(B) 54.83º 0.31% 0.73% -
XYZ 40.67 45.05 26.97 -
YUV 176.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 186 181 128 0 0.03 0.31 0.27 54.83 0.3 0.62
Hex BA B5 80 0 3 1F 1B 37 1E 3E
Octal 272 265 200 0 3 37 33 67 36 76
Binary 10111010 10110101 10000000 0 11 11111 11011 110111 11110 111110

Color Harmonies of #BAB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB580

Black with #BAB580

Text Example


Text Example

White with #BAB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB580; }

 p { color: rgb(186,181,128); }

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

background-color css

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

 a { background-color: rgb(186,181,128); }

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

border-color css

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

 span { border-color: rgb(186,181,128); }

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