#BBA755

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

Shades of Sundance #BBA755

Tints of Sundance #BBA755

Color information

#BBA755 (or 0xBBA755) is unknown color: approx Sundance. HEX triplet: BB, A7 and 55. RGB value is (187,167,85). Sum of RGB (Red+Green+Blue) = 187+167+85=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA755 is #4458AA. Grayscale: #A3A3A3. Windows color (decimal): -4479147 or 5613499. OLE color: 5613499.

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

Color convert

RGB18716785-
CMYK00.110.550.27
HSL48.24º42.86%53.33%-
HSV(B)48.24º54.55%73.33%-
XYZ35.9538.8614.2-
YUV163.6383.63144.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 85 (33.59% from 255) = 19.36%
R=42.60%
G=38.04%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871678500.110.550.2748.2442.8653.33
HexBBA7550B371B302b35
Octal2732471250136733605365
Binary101110111010011110101010101111011111011110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA755; }

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

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

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

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

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

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

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

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