#BBA34D

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

Shades of Sundance #BBA34D

Tints of Sundance #BBA34D

Color information

#BBA34D (or 0xBBA34D) is unknown color: approx Sundance. HEX triplet: BB, A3 and 4D. RGB value is (187,163,77). Sum of RGB (Red+Green+Blue) = 187+163+77=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA34D is #445CB2. Grayscale: #A0A0A0. Windows color (decimal): -4480179 or 5088187. OLE color: 5088187.

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

Color convert

RGB18716377-
CMYK00.130.590.27
HSL46.91º44.72%51.76%-
HSV(B)46.91º58.82%73.33%-
XYZ34.9337.312.38-
YUV160.3780.95146.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=43.79%
G=38.17%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871637700.130.590.2746.9144.7251.76
HexBBA34D0D3B1B2f2d34
Octal2732431150157333575564
Binary101110111010001110011010110111101111011101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA34D; }

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

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

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

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

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

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

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

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