Shades of Golden Bell #CB7B39
Tints of Golden Bell #CB7B39
RGB
CMYK
RGB Variations
Color information
#CB7B39 (or 0xCB7B39) is known color: Golden Bell. HEX triplet: CB, 7B and 39. RGB value is (203,123,57). Sum of RGB (Red+Green+Blue) = 203+123+57=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B39 is #3484C6. Grayscale: #8B8B8B. Windows color (decimal): -3441863 or 3767243. OLE color: 3767243.
HSL color Cylindrical-coordinate representation of color #CB7B39: hue angle of 27.12º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7B39 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 57 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.20 |
| HSL | 27.12º | 0.58% | 0.51% | - |
| HSV(B) | 27.12º | 0.72% | 0.8% | - |
| XYZ | 32.45 | 27.16 | 7.4 | - |
| YUV | 139.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 57 | 0 | 0.39 | 0.72 | 0.20 | 27.12 | 0.58 | 0.51 |
| Hex | CB | 7B | 39 | 0 | 27 | 48 | 14 | 1B | 3A | 33 |
| Octal | 313 | 173 | 71 | 0 | 47 | 110 | 24 | 33 | 72 | 63 |
| Binary | 11001011 | 1111011 | 111001 | 0 | 100111 | 1001000 | 10100 | 11011 | 111010 | 110011 |
Color Harmonies of #CB7B39
Complementary color
Monochromatic Colors of #CB7B39
Black with #CB7B39
Text Example
Text Example
White with #CB7B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B39; }
p { color: rgb(203,123,57); }
H1.HeaderClassName
{
color: #CB7B39;
}
.AnyTagClassName
{
color: #CB7B39;
}
</style>
background-color css
<style>
a { background-color: #CB7B39; }
a { background-color: rgb(203,123,57); }
div.DivClassName
{
background-color: #CB7B39;
}
.BgClassName
{
background-color: #CB7B39;
}
</style>
border-color css
<style>
span { border-color: #CB7B39; }
span { border-color: rgb(203,123,57); }
td.TdClassName
{
border-color: #CB7B39;
}
.TagClassName
{
border-color: #CB7B39;
}
</style>