#B8A451

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

Shades of Sundance #B8A451

Tints of Sundance #B8A451

Color information

#B8A451 (or 0xB8A451) is unknown color: approx Sundance. HEX triplet: B8, A4 and 51. RGB value is (184,164,81). Sum of RGB (Red+Green+Blue) = 184+164+81=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A451 is #475BAE. Grayscale: #A0A0A0. Windows color (decimal): -4676527 or 5350584. OLE color: 5350584.

HSL color Cylindrical-coordinate representation of color #B8A451: hue angle of 48.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8A451 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18416481-
CMYK00.110.560.28
HSL48.35º42.04%51.96%-
HSV(B)48.35º55.98%72.16%-
XYZ34.5337.3413.17-
YUV160.5283.13144.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=42.89%
G=38.23%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841648100.110.560.2848.3542.0451.96
HexB8A4510B381C302a34
Octal2702441210137034605264
Binary101110001010010010100010101111100011100110000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A451; }

 p { color: rgb(184,164,81); }

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

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

 a { background-color: rgb(184,164,81); }

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

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

 span { border-color: rgb(184,164,81); }

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