Shades of Brandy Punch #B27B45
Tints of Brandy Punch #B27B45
RGB
CMYK
RGB Variations
Color information
#B27B45 (or 0xB27B45) is known color: Brandy Punch. HEX triplet: B2, 7B and 45. RGB value is (178,123,69). Sum of RGB (Red+Green+Blue) = 178+123+69=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B45 is #4D84BA. Grayscale: #858585. Windows color (decimal): -5080251 or 4553650. OLE color: 4553650.
HSL color Cylindrical-coordinate representation of color #B27B45: hue angle of 29.72º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B27B45 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 69 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.30 |
| HSL | 29.72º | 0.44% | 0.48% | - |
| HSV(B) | 29.72º | 0.61% | 0.7% | - |
| XYZ | 26.52 | 24.06 | 8.88 | - |
| YUV | 133.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 69 | 0 | 0.31 | 0.61 | 0.30 | 29.72 | 0.44 | 0.48 |
| Hex | B2 | 7B | 45 | 0 | 1F | 3D | 1E | 1E | 2C | 30 |
| Octal | 262 | 173 | 105 | 0 | 37 | 75 | 36 | 36 | 54 | 60 |
| Binary | 10110010 | 1111011 | 1000101 | 0 | 11111 | 111101 | 11110 | 11110 | 101100 | 110000 |
Color Harmonies of #B27B45
Complementary color
Monochromatic Colors of #B27B45
Black with #B27B45
Text Example
Text Example
White with #B27B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B45; }
p { color: rgb(178,123,69); }
H1.HeaderClassName
{
color: #B27B45;
}
.AnyTagClassName
{
color: #B27B45;
}
</style>
background-color css
<style>
a { background-color: #B27B45; }
a { background-color: rgb(178,123,69); }
div.DivClassName
{
background-color: #B27B45;
}
.BgClassName
{
background-color: #B27B45;
}
</style>
border-color css
<style>
span { border-color: #B27B45; }
span { border-color: rgb(178,123,69); }
td.TdClassName
{
border-color: #B27B45;
}
.TagClassName
{
border-color: #B27B45;
}
</style>