#BBA650

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

Shades of Sundance #BBA650

Tints of Sundance #BBA650

Color information

#BBA650 (or 0xBBA650) is unknown color: approx Sundance. HEX triplet: BB, A6 and 50. RGB value is (187,166,80). Sum of RGB (Red+Green+Blue) = 187+166+80=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA650 is #4459AF. Grayscale: #A2A2A2. Windows color (decimal): -4479408 or 5285563. OLE color: 5285563.

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

Color convert

RGB18716680-
CMYK00.110.570.27
HSL48.22º44.03%52.35%-
HSV(B)48.22º57.22%73.33%-
XYZ35.5838.4213.13-
YUV162.4881.46145.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=43.19%
G=38.34%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871668000.110.570.2748.2244.0352.35
HexBBA6500B391B302c34
Octal2732461200137133605464
Binary101110111010011010100000101111100111011110000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA650; }

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

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

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

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

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

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

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

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