#B8B033

Color #B8B033 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B8B033

Tints of Brass #B8B033

Color information

#B8B033 (or 0xB8B033) is unknown color: approx Brass. HEX triplet: B8, B0 and 33. RGB value is (184,176,51). Sum of RGB (Red+Green+Blue) = 184+176+51=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B033 is #474FCC. Grayscale: #A4A4A4. Windows color (decimal): -4673485 or 3387576. OLE color: 3387576.

HSL color Cylindrical-coordinate representation of color #B8B033: hue angle of 56.39º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8B033 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18417651-
CMYK00.040.720.28
HSL56.39º56.6%46.08%-
HSV(B)56.39º72.28%72.16%-
XYZ35.8941.489.25-
YUV164.1464.15142.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 51 (20.31% from 255) = 12.41%
R=44.77%
G=42.82%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841765100.040.720.2856.3956.646.08
HexB8B03304481C38392e
Octal270260630411034707156
Binary10111000101100001100110100100100011100111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B033; }

 p { color: rgb(184,176,51); }

 H1.HeaderClassName
 {
   color: #B8B033;
 }
 .AnyTagClassName
 {
   color: #B8B033;
 }
</style>
background-color css

<style>
 a { background-color: #B8B033; }

 a { background-color: rgb(184,176,51); }

 div.DivClassName
 {
   background-color: #B8B033;
 }
 .BgClassName
 {
   background-color: #B8B033;
 }
</style>
border-color css

<style>
 span { border-color: #B8B033; }

 span { border-color: rgb(184,176,51); }

 td.TdClassName
 {
   border-color: #B8B033;
 }
 .TagClassName
 {
   border-color: #B8B033;
 }
</style>