#BBA54A

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

Shades of Sundance #BBA54A

Tints of Sundance #BBA54A

Color information

#BBA54A (or 0xBBA54A) is unknown color: approx Sundance. HEX triplet: BB, A5 and 4A. RGB value is (187,165,74). Sum of RGB (Red+Green+Blue) = 187+165+74=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA54A is #445AB5. Grayscale: #A1A1A1. Windows color (decimal): -4479670 or 4892091. OLE color: 4892091.

HSL color Cylindrical-coordinate representation of color #BBA54A: hue angle of 48.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA54A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18716574-
CMYK00.120.600.27
HSL48.32º45.38%51.18%-
HSV(B)48.32º60.43%73.33%-
XYZ35.1837.9711.95-
YUV161.278.79146.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 74 (29.30% from 255) = 17.37%
R=43.90%
G=38.73%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871657400.120.600.2748.3245.3851.18
HexBBA54A0C3C1B302d33
Octal2732451120147433605563
Binary101110111010010110010100110011110011011110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA54A; }

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

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

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

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

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

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

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

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