#BBAD51

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

Shades of Sundance #BBAD51

Tints of Sundance #BBAD51

Color information

#BBAD51 (or 0xBBAD51) is unknown color: approx Sundance. HEX triplet: BB, AD and 51. RGB value is (187,173,81). Sum of RGB (Red+Green+Blue) = 187+173+81=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD51 is #4452AE. Grayscale: #A7A7A7. Windows color (decimal): -4477615 or 5352891. OLE color: 5352891.

HSL color Cylindrical-coordinate representation of color #BBAD51: hue angle of 52.08º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBAD51 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18717381-
CMYK00.070.570.27
HSL52.08º43.8%52.55%-
HSV(B)52.08º56.68%73.33%-
XYZ36.9241.0513.76-
YUV166.779.64142.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=42.40%
G=39.23%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871738100.070.570.2752.0843.852.55
HexBBAD5107391B342c35
Octal273255121077133645465
Binary10111011101011011010001011111100111011110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD51; }

 p { color: rgb(187,173,81); }

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

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

 a { background-color: rgb(187,173,81); }

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

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

 span { border-color: rgb(187,173,81); }

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