Shades of Brass #B6B33C
Tints of Brass #B6B33C
RGB
CMYK
RGB Variations
Color information
#B6B33C (or 0xB6B33C) is known color: Brass. HEX triplet: B6, B3 and 3C. RGB value is (182,179,60). Sum of RGB (Red+Green+Blue) = 182+179+60=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B33C is #494CC3. Grayscale: #A6A6A6. Windows color (decimal): -4803780 or 3978166. OLE color: 3978166.
HSL color Cylindrical-coordinate representation of color #B6B33C: hue angle of 58.52º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6B33C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 60 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.29 |
| HSL | 58.52º | 0.5% | 0.47% | - |
| HSV(B) | 58.52º | 0.67% | 0.71% | - |
| XYZ | 36.23 | 42.51 | 10.57 | - |
| YUV | 166.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 60 | 0 | 0.02 | 0.67 | 0.29 | 58.52 | 0.5 | 0.47 |
| Hex | B6 | B3 | 3C | 0 | 2 | 43 | 1D | 3B | 32 | 2F |
| Octal | 266 | 263 | 74 | 0 | 2 | 103 | 35 | 73 | 62 | 57 |
| Binary | 10110110 | 10110011 | 111100 | 0 | 10 | 1000011 | 11101 | 111011 | 110010 | 101111 |
Color Harmonies of #B6B33C
Complementary color
Monochromatic Colors of #B6B33C
Black with #B6B33C
Text Example
Text Example
White with #B6B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B33C; }
p { color: rgb(182,179,60); }
H1.HeaderClassName
{
color: #B6B33C;
}
.AnyTagClassName
{
color: #B6B33C;
}
</style>
background-color css
<style>
a { background-color: #B6B33C; }
a { background-color: rgb(182,179,60); }
div.DivClassName
{
background-color: #B6B33C;
}
.BgClassName
{
background-color: #B6B33C;
}
</style>
border-color css
<style>
span { border-color: #B6B33C; }
span { border-color: rgb(182,179,60); }
td.TdClassName
{
border-color: #B6B33C;
}
.TagClassName
{
border-color: #B6B33C;
}
</style>