Shades of Brass #B6B23C
Tints of Brass #B6B23C
RGB
CMYK
RGB Variations
Color information
#B6B23C (or 0xB6B23C) is known color: Brass. HEX triplet: B6, B2 and 3C. RGB value is (182,178,60). Sum of RGB (Red+Green+Blue) = 182+178+60=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B23C is #494DC3. Grayscale: #A6A6A6. Windows color (decimal): -4804036 or 3977910. OLE color: 3977910.
HSL color Cylindrical-coordinate representation of color #B6B23C: hue angle of 58.03º 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 #B6B23C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 178 | 60 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.29 |
| HSL | 58.03º | 0.5% | 0.47% | - |
| HSV(B) | 58.03º | 0.67% | 0.71% | - |
| XYZ | 36.03 | 42.11 | 10.5 | - |
| YUV | 165.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 178 | 60 | 0 | 0.02 | 0.67 | 0.29 | 58.03 | 0.5 | 0.47 |
| Hex | B6 | B2 | 3C | 0 | 2 | 43 | 1D | 3A | 32 | 2F |
| Octal | 266 | 262 | 74 | 0 | 2 | 103 | 35 | 72 | 62 | 57 |
| Binary | 10110110 | 10110010 | 111100 | 0 | 10 | 1000011 | 11101 | 111010 | 110010 | 101111 |
Color Harmonies of #B6B23C
Complementary color
Monochromatic Colors of #B6B23C
Black with #B6B23C
Text Example
Text Example
White with #B6B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B23C; }
p { color: rgb(182,178,60); }
H1.HeaderClassName
{
color: #B6B23C;
}
.AnyTagClassName
{
color: #B6B23C;
}
</style>
background-color css
<style>
a { background-color: #B6B23C; }
a { background-color: rgb(182,178,60); }
div.DivClassName
{
background-color: #B6B23C;
}
.BgClassName
{
background-color: #B6B23C;
}
</style>
border-color css
<style>
span { border-color: #B6B23C; }
span { border-color: rgb(182,178,60); }
td.TdClassName
{
border-color: #B6B23C;
}
.TagClassName
{
border-color: #B6B23C;
}
</style>