#B8754C

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

Shades of Brandy Punch #B8754C

Tints of Brandy Punch #B8754C

Color information

#B8754C (or 0xB8754C) is unknown color: approx Brandy Punch. HEX triplet: B8, 75 and 4C. RGB value is (184,117,76). Sum of RGB (Red+Green+Blue) = 184+117+76=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8754C is #478AB3. Grayscale: #848484. Windows color (decimal): -4688564 or 5010872. OLE color: 5010872.

HSL color Cylindrical-coordinate representation of color #B8754C: hue angle of 22.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8754C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18411776-
CMYK00.360.590.28
HSL22.78º43.2%50.98%-
HSV(B)22.78º58.7%72.16%-
XYZ27.4323.439.91-
YUV132.3696.2164.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=48.81%
G=31.03%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841177600.360.590.2822.7843.250.98
HexB8754C0243B1C172b33
Octal2701651140447334275363
Binary101110001110101100110001001001110111110010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8754C; }

 p { color: rgb(184,117,76); }

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

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

 a { background-color: rgb(184,117,76); }

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

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

 span { border-color: rgb(184,117,76); }

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