#b7a351

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

Shades of Husk #B7A351

Tints of Husk #B7A351

Color information

#B7A351 (or 0xB7A351) is unknown color: approx Husk. HEX triplet: B7, A3 and 51. RGB value is (183,163,81). Sum of RGB (Red+Green+Blue) = 183+163+81=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A351 is #485CAE. Grayscale: #9F9F9F. Windows color (decimal): -4742319 or 5350327. OLE color: 5350327.

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

Color convert

RGB18316381-
CMYK00.110.560.28
HSL48.24º41.46%51.76%-
HSV(B)48.24º55.74%71.76%-
XYZ34.1136.8613.1-
YUV159.6383.63144.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=42.86%
G=38.17%
B=18.97%

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
Decimal1831638100.110.560.2848.2441.4651.76
HexB7A3510B381C302934
Octal2672431210137034605164
Binary101101111010001110100010101111100011100110000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a351; }

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

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

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

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

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

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

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

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