#BBA355

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

Shades of Sundance #BBA355

Tints of Sundance #BBA355

Color information

#BBA355 (or 0xBBA355) is unknown color: approx Sundance. HEX triplet: BB, A3 and 55. RGB value is (187,163,85). Sum of RGB (Red+Green+Blue) = 187+163+85=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA355 is #445CAA. Grayscale: #A1A1A1. Windows color (decimal): -4480171 or 5612475. OLE color: 5612475.

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

Color convert

RGB18716385-
CMYK00.130.550.27
HSL45.88º42.86%53.33%-
HSV(B)45.88º54.55%73.33%-
XYZ35.2337.4213.96-
YUV161.2884.95146.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=42.99%
G=37.47%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871638500.130.550.2745.8842.8653.33
HexBBA3550D371B2e2b35
Octal2732431250156733565365
Binary101110111010001110101010110111011111011101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA355; }

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

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

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

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

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

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

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

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