#B8754B

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

Shades of Brandy Punch #B8754B

Tints of Brandy Punch #B8754B

Color information

#B8754B (or 0xB8754B) is unknown color: approx Brandy Punch. HEX triplet: B8, 75 and 4B. RGB value is (184,117,75). Sum of RGB (Red+Green+Blue) = 184+117+75=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8754B is #478AB4. Grayscale: #848484. Windows color (decimal): -4688565 or 4945336. OLE color: 4945336.

HSL color Cylindrical-coordinate representation of color #B8754B: hue angle of 23.12º 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 #B8754B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18411775-
CMYK00.360.590.28
HSL23.12º43.43%50.78%-
HSV(B)23.12º59.24%72.16%-
XYZ27.423.429.73-
YUV132.2495.7164.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=48.94%
G=31.12%
B=19.95%

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
Decimal1841177500.360.590.2823.1243.4350.78
HexB8754B0243B1C172b33
Octal2701651130447334275363
Binary101110001110101100101101001001110111110010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8754B; }

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

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

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

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

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

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

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

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