Shades of Brass #B2B435
Tints of Brass #B2B435
RGB
CMYK
RGB Variations
Color information
#B2B435 (or 0xB2B435) is known color: Brass. HEX triplet: B2, B4 and 35. RGB value is (178,180,53). Sum of RGB (Red+Green+Blue) = 178+180+53=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B435 is #4D4BCA. Grayscale: #A5A5A5. Windows color (decimal): -5065675 or 3519666. OLE color: 3519666.
HSL color Cylindrical-coordinate representation of color #B2B435: hue angle of 60.94º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2B435 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 53 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.29 |
| HSL | 60.94º | 0.55% | 0.46% | - |
| HSV(B) | 60.94º | 0.71% | 0.71% | - |
| XYZ | 35.32 | 42.36 | 9.68 | - |
| YUV | 164.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 53 | 0.01 | 0 | 0.71 | 0.29 | 60.94 | 0.55 | 0.46 |
| Hex | B2 | B4 | 35 | 1 | 0 | 47 | 1D | 3D | 37 | 2E |
| Octal | 262 | 264 | 65 | 1 | 0 | 107 | 35 | 75 | 67 | 56 |
| Binary | 10110010 | 10110100 | 110101 | 1 | 0 | 1000111 | 11101 | 111101 | 110111 | 101110 |
Color Harmonies of #B2B435
Complementary color
Monochromatic Colors of #B2B435
Black with #B2B435
Text Example
Text Example
White with #B2B435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B435; }
p { color: rgb(178,180,53); }
H1.HeaderClassName
{
color: #B2B435;
}
.AnyTagClassName
{
color: #B2B435;
}
</style>
background-color css
<style>
a { background-color: #B2B435; }
a { background-color: rgb(178,180,53); }
div.DivClassName
{
background-color: #B2B435;
}
.BgClassName
{
background-color: #B2B435;
}
</style>
border-color css
<style>
span { border-color: #B2B435; }
span { border-color: rgb(178,180,53); }
td.TdClassName
{
border-color: #B2B435;
}
.TagClassName
{
border-color: #B2B435;
}
</style>