#BBA54C

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

Shades of Sundance #BBA54C

Tints of Sundance #BBA54C

Color information

#BBA54C (or 0xBBA54C) is unknown color: approx Sundance. HEX triplet: BB, A5 and 4C. RGB value is (187,165,76). Sum of RGB (Red+Green+Blue) = 187+165+76=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA54C is #445AB3. Grayscale: #A1A1A1. Windows color (decimal): -4479668 or 5023163. OLE color: 5023163.

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

Color convert

RGB18716576-
CMYK00.120.590.27
HSL48.11º44.94%51.57%-
HSV(B)48.11º59.36%73.33%-
XYZ35.253812.31-
YUV161.4379.79146.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=43.69%
G=38.55%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871657600.120.590.2748.1144.9451.57
HexBBA54C0C3B1B302d34
Octal2732451140147333605564
Binary101110111010010110011000110011101111011110000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA54C; }

 p { color: rgb(187,165,76); }

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

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

 a { background-color: rgb(187,165,76); }

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

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

 span { border-color: rgb(187,165,76); }

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