#B58046

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

Shades of Brandy Punch #B58046

Tints of Brandy Punch #B58046

Color information

#B58046 (or 0xB58046) is unknown color: approx Brandy Punch. HEX triplet: B5, 80 and 46. RGB value is (181,128,70). Sum of RGB (Red+Green+Blue) = 181+128+70=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B58046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58046 is #4A7FB9. Grayscale: #898989. Windows color (decimal): -4882362 or 4620469. OLE color: 4620469.

HSL color Cylindrical-coordinate representation of color #B58046: hue angle of 31.35º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B58046 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18112870-
CMYK00.290.610.29
HSL31.35º44.22%49.22%-
HSV(B)31.35º61.33%70.98%-
XYZ27.8825.79.29-
YUV137.2390.06159.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=47.76%
G=33.77%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811287000.290.610.2931.3544.2249.22
HexB5804601D3D1D1f2c31
Octal2652001060357535375461
Binary101101011000000010001100111011111011110111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58046; }

 p { color: rgb(181,128,70); }

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

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

 a { background-color: rgb(181,128,70); }

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

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

 span { border-color: rgb(181,128,70); }

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