Shades of Sunglo #BD645D
Tints of Sunglo #BD645D
RGB
CMYK
RGB Variations
Color information
#BD645D (or 0xBD645D) is known color: Sunglo. HEX triplet: BD, 64 and 5D. RGB value is (189,100,93). Sum of RGB (Red+Green+Blue) = 189+100+93=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD645D is #429BA2. Grayscale: #7D7D7D. Windows color (decimal): -4365219 or 6120637. OLE color: 6120637.
HSL color Cylindrical-coordinate representation of color #BD645D: hue angle of 4.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD645D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 93 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.26 |
| HSL | 4.38º | 0.42% | 0.55% | - |
| HSV(B) | 4.38º | 0.51% | 0.74% | - |
| XYZ | 27.52 | 20.72 | 12.91 | - |
| YUV | 125.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 93 | 0 | 0.47 | 0.51 | 0.26 | 4.38 | 0.42 | 0.55 |
| Hex | BD | 64 | 5D | 0 | 2F | 33 | 1A | 4 | 2A | 37 |
| Octal | 275 | 144 | 135 | 0 | 57 | 63 | 32 | 4 | 52 | 67 |
| Binary | 10111101 | 1100100 | 1011101 | 0 | 101111 | 110011 | 11010 | 100 | 101010 | 110111 |
Color Harmonies of #BD645D
Complementary color
Monochromatic Colors of #BD645D
Black with #BD645D
Text Example
Text Example
White with #BD645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD645D; }
p { color: rgb(189,100,93); }
H1.HeaderClassName
{
color: #BD645D;
}
.AnyTagClassName
{
color: #BD645D;
}
</style>
background-color css
<style>
a { background-color: #BD645D; }
a { background-color: rgb(189,100,93); }
div.DivClassName
{
background-color: #BD645D;
}
.BgClassName
{
background-color: #BD645D;
}
</style>
border-color css
<style>
span { border-color: #BD645D; }
span { border-color: rgb(189,100,93); }
td.TdClassName
{
border-color: #BD645D;
}
.TagClassName
{
border-color: #BD645D;
}
</style>