#B8A351

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

Shades of Husk #B8A351

Tints of Husk #B8A351

Color information

#B8A351 (or 0xB8A351) is unknown color: approx Husk. HEX triplet: B8, A3 and 51. RGB value is (184,163,81). Sum of RGB (Red+Green+Blue) = 184+163+81=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A351 is #475CAE. Grayscale: #A0A0A0. Windows color (decimal): -4676783 or 5350328. OLE color: 5350328.

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

Color convert

RGB18416381-
CMYK00.110.560.28
HSL47.77º42.04%51.96%-
HSV(B)47.77º55.98%72.16%-
XYZ34.3536.9813.11-
YUV159.9383.46145.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 81 (32.03% from 255) = 18.93%
R=42.99%
G=38.08%
B=18.93%

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
Decimal1841638100.110.560.2847.7742.0451.96
HexB8A3510B381C302a34
Octal2702431210137034605264
Binary101110001010001110100010101111100011100110000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A351; }

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

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

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

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

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

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

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

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