Shades of Brandy Punch #B8753D
Tints of Brandy Punch #B8753D
RGB
CMYK
RGB Variations
Color information
#B8753D (or 0xB8753D) is known color: Brandy Punch. HEX triplet: B8, 75 and 3D. RGB value is (184,117,61). Sum of RGB (Red+Green+Blue) = 184+117+61=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8753D is #478AC2. Grayscale: #828282. Windows color (decimal): -4688579 or 4027832. OLE color: 4027832.
HSL color Cylindrical-coordinate representation of color #B8753D: hue angle of 27.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8753D is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 61 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.28 |
| HSL | 27.32º | 0.5% | 0.48% | - |
| HSV(B) | 27.32º | 0.67% | 0.72% | - |
| XYZ | 26.97 | 23.25 | 7.48 | - |
| YUV | 130.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 61 | 0 | 0.36 | 0.67 | 0.28 | 27.32 | 0.5 | 0.48 |
| Hex | B8 | 75 | 3D | 0 | 24 | 43 | 1C | 1B | 32 | 30 |
| Octal | 270 | 165 | 75 | 0 | 44 | 103 | 34 | 33 | 62 | 60 |
| Binary | 10111000 | 1110101 | 111101 | 0 | 100100 | 1000011 | 11100 | 11011 | 110010 | 110000 |
Color Harmonies of #B8753D
Complementary color
Monochromatic Colors of #B8753D
Black with #B8753D
Text Example
Text Example
White with #B8753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8753D; }
p { color: rgb(184,117,61); }
H1.HeaderClassName
{
color: #B8753D;
}
.AnyTagClassName
{
color: #B8753D;
}
</style>
background-color css
<style>
a { background-color: #B8753D; }
a { background-color: rgb(184,117,61); }
div.DivClassName
{
background-color: #B8753D;
}
.BgClassName
{
background-color: #B8753D;
}
</style>
border-color css
<style>
span { border-color: #B8753D; }
span { border-color: rgb(184,117,61); }
td.TdClassName
{
border-color: #B8753D;
}
.TagClassName
{
border-color: #B8753D;
}
</style>