#B8A554

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

Shades of Sundance #B8A554

Tints of Sundance #B8A554

Color information

#B8A554 (or 0xB8A554) is unknown color: approx Sundance. HEX triplet: B8, A5 and 54. RGB value is (184,165,84). Sum of RGB (Red+Green+Blue) = 184+165+84=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A554 is #475AAB. Grayscale: #A1A1A1. Windows color (decimal): -4676268 or 5547448. OLE color: 5547448.

HSL color Cylindrical-coordinate representation of color #B8A554: hue angle of 48.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8A554 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18416584-
CMYK00.100.540.28
HSL48.6º41.32%52.55%-
HSV(B)48.6º54.35%72.16%-
XYZ34.8237.7413.84-
YUV161.4584.29144.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=42.49%
G=38.11%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841658400.100.540.2848.641.3252.55
HexB8A5540A361C312935
Octal2702451240126634615165
Binary101110001010010110101000101011011011100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A554; }

 p { color: rgb(184,165,84); }

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

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

 a { background-color: rgb(184,165,84); }

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

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

 span { border-color: rgb(184,165,84); }

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