#B5784E

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

Shades of Brandy Punch #B5784E

Tints of Brandy Punch #B5784E

Color information

#B5784E (or 0xB5784E) is unknown color: approx Brandy Punch. HEX triplet: B5, 78 and 4E. RGB value is (181,120,78). Sum of RGB (Red+Green+Blue) = 181+120+78=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5784E is #4A87B1. Grayscale: #858585. Windows color (decimal): -4884402 or 5142709. OLE color: 5142709.

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

Color convert

RGB18112078-
CMYK00.340.570.29
HSL24.47º41.04%50.78%-
HSV(B)24.47º56.91%70.98%-
XYZ27.1523.8110.37-
YUV133.4596.71161.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=47.76%
G=31.66%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811207800.340.570.2924.4741.0450.78
HexB5784E022391D182933
Octal2651701160427135305163
Binary101101011111000100111001000101110011110111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5784E; }

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

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

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

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

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

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

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

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