#BAAB50

Color #BAAB50 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #BAAB50

Tints of Sundance #BAAB50

Color information

#BAAB50 (or 0xBAAB50) is unknown color: approx Sundance. HEX triplet: BA, AB and 50. RGB value is (186,171,80). Sum of RGB (Red+Green+Blue) = 186+171+80=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB50 is #4554AF. Grayscale: #A5A5A5. Windows color (decimal): -4543664 or 5286842. OLE color: 5286842.

HSL color Cylindrical-coordinate representation of color #BAAB50: hue angle of 51.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAAB50 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18617180-
CMYK00.080.570.27
HSL51.51º43.44%52.16%-
HSV(B)51.51º56.99%72.94%-
XYZ36.2640.1413.43-
YUV165.1179.97142.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=42.56%
G=39.13%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718000.080.570.2751.5143.4452.16
HexBAAB5008391B342b34
Octal2722531200107133645364
Binary101110101010101110100000100011100111011110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB50; }

 p { color: rgb(186,171,80); }

 H1.HeaderClassName
 {
   color: #BAAB50;
 }
 .AnyTagClassName
 {
   color: #BAAB50;
 }
</style>
background-color css

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

 a { background-color: rgb(186,171,80); }

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

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

 span { border-color: rgb(186,171,80); }

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