#BBA34A

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

Shades of Sundance #BBA34A

Tints of Sundance #BBA34A

Color information

#BBA34A (or 0xBBA34A) is unknown color: approx Sundance. HEX triplet: BB, A3 and 4A. RGB value is (187,163,74). Sum of RGB (Red+Green+Blue) = 187+163+74=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA34A is #445CB5. Grayscale: #A0A0A0. Windows color (decimal): -4480182 or 4891579. OLE color: 4891579.

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

Color convert

RGB18716374-
CMYK00.130.600.27
HSL47.26º45.38%51.18%-
HSV(B)47.26º60.43%73.33%-
XYZ34.8337.2511.83-
YUV160.0379.45147.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=44.10%
G=38.44%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871637400.130.600.2747.2645.3851.18
HexBBA34A0D3C1B2f2d33
Octal2732431120157433575563
Binary101110111010001110010100110111110011011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA34A; }

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

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

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

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

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

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

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

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