#BBAB54

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

Shades of Sundance #BBAB54

Tints of Sundance #BBAB54

Color information

#BBAB54 (or 0xBBAB54) is unknown color: approx Sundance. HEX triplet: BB, AB and 54. RGB value is (187,171,84). Sum of RGB (Red+Green+Blue) = 187+171+84=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB54 is #4454AB. Grayscale: #A6A6A6. Windows color (decimal): -4478124 or 5548987. OLE color: 5548987.

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

Color convert

RGB18717184-
CMYK00.090.550.27
HSL50.68º43.1%53.14%-
HSV(B)50.68º55.08%73.33%-
XYZ36.6640.3314.24-
YUV165.8781.8143.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 84 (33.20% from 255) = 19.00%
R=42.31%
G=38.69%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871718400.090.550.2750.6843.153.14
HexBBAB5409371B332b35
Octal2732531240116733635365
Binary101110111010101110101000100111011111011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB54; }

 p { color: rgb(187,171,84); }

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

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

 a { background-color: rgb(187,171,84); }

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

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

 span { border-color: rgb(187,171,84); }

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