Shades of Orange Roughy #B4523B
Tints of Orange Roughy #B4523B
RGB
CMYK
RGB Variations
Color information
#B4523B (or 0xB4523B) is known color: Orange Roughy. HEX triplet: B4, 52 and 3B. RGB value is (180,82,59). Sum of RGB (Red+Green+Blue) = 180+82+59=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4523B is #4BADC4. Grayscale: #6C6C6C. Windows color (decimal): -4959685 or 3887796. OLE color: 3887796.
HSL color Cylindrical-coordinate representation of color #B4523B: hue angle of 11.4º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4523B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 59 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.29 |
| HSL | 11.4º | 0.51% | 0.47% | - |
| HSV(B) | 11.4º | 0.67% | 0.71% | - |
| XYZ | 22.63 | 16.05 | 6.04 | - |
| YUV | 108.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 59 | 0 | 0.54 | 0.67 | 0.29 | 11.4 | 0.51 | 0.47 |
| Hex | B4 | 52 | 3B | 0 | 36 | 43 | 1D | B | 33 | 2F |
| Octal | 264 | 122 | 73 | 0 | 66 | 103 | 35 | 13 | 63 | 57 |
| Binary | 10110100 | 1010010 | 111011 | 0 | 110110 | 1000011 | 11101 | 1011 | 110011 | 101111 |
Color Harmonies of #B4523B
Complementary color
Monochromatic Colors of #B4523B
Black with #B4523B
Text Example
Text Example
White with #B4523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4523B; }
p { color: rgb(180,82,59); }
H1.HeaderClassName
{
color: #B4523B;
}
.AnyTagClassName
{
color: #B4523B;
}
</style>
background-color css
<style>
a { background-color: #B4523B; }
a { background-color: rgb(180,82,59); }
div.DivClassName
{
background-color: #B4523B;
}
.BgClassName
{
background-color: #B4523B;
}
</style>
border-color css
<style>
span { border-color: #B4523B; }
span { border-color: rgb(180,82,59); }
td.TdClassName
{
border-color: #B4523B;
}
.TagClassName
{
border-color: #B4523B;
}
</style>