#B5783D

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

Shades of Brandy Punch #B5783D

Tints of Brandy Punch #B5783D

Color information

#B5783D (or 0xB5783D) is unknown color: approx Brandy Punch. HEX triplet: B5, 78 and 3D. RGB value is (181,120,61). Sum of RGB (Red+Green+Blue) = 181+120+61=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5783D is #4A87C2. Grayscale: #838383. Windows color (decimal): -4884419 or 4028597. OLE color: 4028597.

HSL color Cylindrical-coordinate representation of color #B5783D: hue angle of 29.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5783D is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18112061-
CMYK00.340.660.29
HSL29.5º49.59%47.45%-
HSV(B)29.5º66.3%70.98%-
XYZ26.6123.597.57-
YUV131.5188.21163.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=50%
G=33.15%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811206100.340.660.2929.549.5947.45
HexB5783D022421D1e322f
Octal2651707504210235366257
Binary101101011111000111101010001010000101110111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5783D; }

 p { color: rgb(181,120,61); }

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

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

 a { background-color: rgb(181,120,61); }

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

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

 span { border-color: rgb(181,120,61); }

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