#B8B04A

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

Shades of Brass #B8B04A

Tints of Brass #B8B04A

Color information

#B8B04A (or 0xB8B04A) is unknown color: approx Brass. HEX triplet: B8, B0 and 4A. RGB value is (184,176,74). Sum of RGB (Red+Green+Blue) = 184+176+74=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B04A is #474FB5. Grayscale: #A7A7A7. Windows color (decimal): -4673462 or 4894904. OLE color: 4894904.

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

Color convert

RGB18417674-
CMYK00.040.600.28
HSL55.64º43.65%50.59%-
HSV(B)55.64º59.78%72.16%-
XYZ36.5341.7412.61-
YUV166.7675.65140.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=42.40%
G=40.55%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841767400.040.600.2855.6443.6550.59
HexB8B04A043C1C382c33
Octal270260112047434705463
Binary10111000101100001001010010011110011100111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B04A; }

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

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

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

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

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

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

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

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