Shades of Sunglo #BD6B54
Tints of Sunglo #BD6B54
RGB
CMYK
RGB Variations
Color information
#BD6B54 (or 0xBD6B54) is known color: Sunglo. HEX triplet: BD, 6B and 54. RGB value is (189,107,84). Sum of RGB (Red+Green+Blue) = 189+107+84=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B54 is #4294AB. Grayscale: #818181. Windows color (decimal): -4363436 or 5532605. OLE color: 5532605.
HSL color Cylindrical-coordinate representation of color #BD6B54: hue angle of 13.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6B54 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 84 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.26 |
| HSL | 13.14º | 0.44% | 0.54% | - |
| HSV(B) | 13.14º | 0.56% | 0.74% | - |
| XYZ | 27.84 | 21.97 | 11.16 | - |
| YUV | 128.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 84 | 0 | 0.43 | 0.56 | 0.26 | 13.14 | 0.44 | 0.54 |
| Hex | BD | 6B | 54 | 0 | 2B | 38 | 1A | D | 2C | 36 |
| Octal | 275 | 153 | 124 | 0 | 53 | 70 | 32 | 15 | 54 | 66 |
| Binary | 10111101 | 1101011 | 1010100 | 0 | 101011 | 111000 | 11010 | 1101 | 101100 | 110110 |
Color Harmonies of #BD6B54
Complementary color
Monochromatic Colors of #BD6B54
Black with #BD6B54
Text Example
Text Example
White with #BD6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B54; }
p { color: rgb(189,107,84); }
H1.HeaderClassName
{
color: #BD6B54;
}
.AnyTagClassName
{
color: #BD6B54;
}
</style>
background-color css
<style>
a { background-color: #BD6B54; }
a { background-color: rgb(189,107,84); }
div.DivClassName
{
background-color: #BD6B54;
}
.BgClassName
{
background-color: #BD6B54;
}
</style>
border-color css
<style>
span { border-color: #BD6B54; }
span { border-color: rgb(189,107,84); }
td.TdClassName
{
border-color: #BD6B54;
}
.TagClassName
{
border-color: #BD6B54;
}
</style>