#BBA54B

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

Shades of Sundance #BBA54B

Tints of Sundance #BBA54B

Color information

#BBA54B (or 0xBBA54B) is unknown color: approx Sundance. HEX triplet: BB, A5 and 4B. RGB value is (187,165,75). Sum of RGB (Red+Green+Blue) = 187+165+75=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA54B is #445AB4. Grayscale: #A1A1A1. Windows color (decimal): -4479669 or 4957627. OLE color: 4957627.

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

Color convert

RGB18716575-
CMYK00.120.600.27
HSL48.21º45.16%51.37%-
HSV(B)48.21º59.89%73.33%-
XYZ35.2237.9812.13-
YUV161.3279.29146.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=43.79%
G=38.64%
B=17.56%

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
Decimal1871657500.120.600.2748.2145.1651.37
HexBBA54B0C3C1B302d33
Octal2732451130147433605563
Binary101110111010010110010110110011110011011110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA54B; }

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

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

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

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

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

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

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

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