Shades of Brass #B5B23D
Tints of Brass #B5B23D
RGB
CMYK
RGB Variations
Color information
#B5B23D (or 0xB5B23D) is known color: Brass. HEX triplet: B5, B2 and 3D. RGB value is (181,178,61). Sum of RGB (Red+Green+Blue) = 181+178+61=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B23D is #4A4DC2. Grayscale: #A6A6A6. Windows color (decimal): -4869571 or 4043445. OLE color: 4043445.
HSL color Cylindrical-coordinate representation of color #B5B23D: hue angle of 58.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5B23D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 61 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.29 |
| HSL | 58.5º | 0.5% | 0.47% | - |
| HSV(B) | 58.5º | 0.66% | 0.71% | - |
| XYZ | 35.82 | 42 | 10.63 | - |
| YUV | 165.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 61 | 0 | 0.02 | 0.66 | 0.29 | 58.5 | 0.5 | 0.47 |
| Hex | B5 | B2 | 3D | 0 | 2 | 42 | 1D | 3A | 32 | 2F |
| Octal | 265 | 262 | 75 | 0 | 2 | 102 | 35 | 72 | 62 | 57 |
| Binary | 10110101 | 10110010 | 111101 | 0 | 10 | 1000010 | 11101 | 111010 | 110010 | 101111 |
Color Harmonies of #B5B23D
Complementary color
Monochromatic Colors of #B5B23D
Black with #B5B23D
Text Example
Text Example
White with #B5B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B23D; }
p { color: rgb(181,178,61); }
H1.HeaderClassName
{
color: #B5B23D;
}
.AnyTagClassName
{
color: #B5B23D;
}
</style>
background-color css
<style>
a { background-color: #B5B23D; }
a { background-color: rgb(181,178,61); }
div.DivClassName
{
background-color: #B5B23D;
}
.BgClassName
{
background-color: #B5B23D;
}
</style>
border-color css
<style>
span { border-color: #B5B23D; }
span { border-color: rgb(181,178,61); }
td.TdClassName
{
border-color: #B5B23D;
}
.TagClassName
{
border-color: #B5B23D;
}
</style>