#BBA44A

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

Shades of Sundance #BBA44A

Tints of Sundance #BBA44A

Color information

#BBA44A (or 0xBBA44A) is unknown color: approx Sundance. HEX triplet: BB, A4 and 4A. RGB value is (187,164,74). Sum of RGB (Red+Green+Blue) = 187+164+74=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA44A is #445BB5. Grayscale: #A1A1A1. Windows color (decimal): -4479926 or 4891835. OLE color: 4891835.

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

Color convert

RGB18716474-
CMYK00.120.600.27
HSL47.79º45.38%51.18%-
HSV(B)47.79º60.43%73.33%-
XYZ35.0137.6111.89-
YUV160.6279.12146.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=44%
G=38.59%
B=17.41%

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
Decimal1871647400.120.600.2747.7945.3851.18
HexBBA44A0C3C1B302d33
Octal2732441120147433605563
Binary101110111010010010010100110011110011011110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA44A; }

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

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

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

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

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

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

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

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