#BBA350

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

Shades of Sundance #BBA350

Tints of Sundance #BBA350

Color information

#BBA350 (or 0xBBA350) is unknown color: approx Sundance. HEX triplet: BB, A3 and 50. RGB value is (187,163,80). Sum of RGB (Red+Green+Blue) = 187+163+80=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA350 is #445CAF. Grayscale: #A1A1A1. Windows color (decimal): -4480176 or 5284795. OLE color: 5284795.

HSL color Cylindrical-coordinate representation of color #BBA350: hue angle of 46.54º degrees, saturation: 0.44, 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 #BBA350 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18716380-
CMYK00.130.570.27
HSL46.54º44.03%52.35%-
HSV(B)46.54º57.22%73.33%-
XYZ35.0437.3412.95-
YUV160.7182.45146.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 80 (31.64% from 255) = 18.60%
R=43.49%
G=37.91%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871638000.130.570.2746.5444.0352.35
HexBBA3500D391B2f2c34
Octal2732431200157133575464
Binary101110111010001110100000110111100111011101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA350; }

 p { color: rgb(187,163,80); }

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

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

 a { background-color: rgb(187,163,80); }

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

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

 span { border-color: rgb(187,163,80); }

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