Shades of Sunglo #BD645A
Tints of Sunglo #BD645A
RGB
CMYK
RGB Variations
Color information
#BD645A (or 0xBD645A) is known color: Sunglo. HEX triplet: BD, 64 and 5A. RGB value is (189,100,90). Sum of RGB (Red+Green+Blue) = 189+100+90=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD645A is #429BA5. Grayscale: #7D7D7D. Windows color (decimal): -4365222 or 5924029. OLE color: 5924029.
HSL color Cylindrical-coordinate representation of color #BD645A: hue angle of 6.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD645A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 90 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.26 |
| HSL | 6.06º | 0.43% | 0.55% | - |
| HSV(B) | 6.06º | 0.52% | 0.74% | - |
| XYZ | 27.39 | 20.67 | 12.22 | - |
| YUV | 125.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 90 | 0 | 0.47 | 0.52 | 0.26 | 6.06 | 0.43 | 0.55 |
| Hex | BD | 64 | 5A | 0 | 2F | 34 | 1A | 6 | 2B | 37 |
| Octal | 275 | 144 | 132 | 0 | 57 | 64 | 32 | 6 | 53 | 67 |
| Binary | 10111101 | 1100100 | 1011010 | 0 | 101111 | 110100 | 11010 | 110 | 101011 | 110111 |
Color Harmonies of #BD645A
Complementary color
Monochromatic Colors of #BD645A
Black with #BD645A
Text Example
Text Example
White with #BD645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD645A; }
p { color: rgb(189,100,90); }
H1.HeaderClassName
{
color: #BD645A;
}
.AnyTagClassName
{
color: #BD645A;
}
</style>
background-color css
<style>
a { background-color: #BD645A; }
a { background-color: rgb(189,100,90); }
div.DivClassName
{
background-color: #BD645A;
}
.BgClassName
{
background-color: #BD645A;
}
</style>
border-color css
<style>
span { border-color: #BD645A; }
span { border-color: rgb(189,100,90); }
td.TdClassName
{
border-color: #BD645A;
}
.TagClassName
{
border-color: #BD645A;
}
</style>