#BBA74D

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

Shades of Sundance #BBA74D

Tints of Sundance #BBA74D

Color information

#BBA74D (or 0xBBA74D) is unknown color: approx Sundance. HEX triplet: BB, A7 and 4D. RGB value is (187,167,77). Sum of RGB (Red+Green+Blue) = 187+167+77=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA74D is #4458B2. Grayscale: #A3A3A3. Windows color (decimal): -4479155 or 5089211. OLE color: 5089211.

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

Color convert

RGB18716777-
CMYK00.110.590.27
HSL49.09º44.72%51.76%-
HSV(B)49.09º58.82%73.33%-
XYZ35.6538.7412.62-
YUV162.7279.63145.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=43.39%
G=38.75%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871677700.110.590.2749.0944.7251.76
HexBBA74D0B3B1B312d34
Octal2732471150137333615564
Binary101110111010011110011010101111101111011110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA74D; }

 p { color: rgb(187,167,77); }

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

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

 a { background-color: rgb(187,167,77); }

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

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

 span { border-color: rgb(187,167,77); }

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