Shades of Brass #B2B33D
Tints of Brass #B2B33D
RGB
CMYK
RGB Variations
Color information
#B2B33D (or 0xB2B33D) is known color: Brass. HEX triplet: B2, B3 and 3D. RGB value is (178,179,61). Sum of RGB (Red+Green+Blue) = 178+179+61=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B33D is #4D4CC2. Grayscale: #A5A5A5. Windows color (decimal): -5065923 or 4043698. OLE color: 4043698.
HSL color Cylindrical-coordinate representation of color #B2B33D: hue angle of 60.51º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2B33D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 61 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.30 |
| HSL | 60.51º | 0.49% | 0.47% | - |
| HSV(B) | 60.51º | 0.66% | 0.7% | - |
| XYZ | 35.32 | 42.04 | 10.67 | - |
| YUV | 165.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 61 | 0.01 | 0 | 0.66 | 0.30 | 60.51 | 0.49 | 0.47 |
| Hex | B2 | B3 | 3D | 1 | 0 | 42 | 1E | 3D | 31 | 2F |
| Octal | 262 | 263 | 75 | 1 | 0 | 102 | 36 | 75 | 61 | 57 |
| Binary | 10110010 | 10110011 | 111101 | 1 | 0 | 1000010 | 11110 | 111101 | 110001 | 101111 |
Color Harmonies of #B2B33D
Complementary color
Monochromatic Colors of #B2B33D
Black with #B2B33D
Text Example
Text Example
White with #B2B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B33D; }
p { color: rgb(178,179,61); }
H1.HeaderClassName
{
color: #B2B33D;
}
.AnyTagClassName
{
color: #B2B33D;
}
</style>
background-color css
<style>
a { background-color: #B2B33D; }
a { background-color: rgb(178,179,61); }
div.DivClassName
{
background-color: #B2B33D;
}
.BgClassName
{
background-color: #B2B33D;
}
</style>
border-color css
<style>
span { border-color: #B2B33D; }
span { border-color: rgb(178,179,61); }
td.TdClassName
{
border-color: #B2B33D;
}
.TagClassName
{
border-color: #B2B33D;
}
</style>