#b8b53c

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

Shades of Brass #B8B53C

Tints of Brass #B8B53C

Color information

#B8B53C (or 0xB8B53C) is unknown color: approx Brass. HEX triplet: B8, B5 and 3C. RGB value is (184,181,60). Sum of RGB (Red+Green+Blue) = 184+181+60=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B53C is #474AC3. Grayscale: #A8A8A8. Windows color (decimal): -4672196 or 3978680. OLE color: 3978680.

HSL color Cylindrical-coordinate representation of color #B8B53C: hue angle of 58.55º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8B53C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18418160-
CMYK00.020.670.28
HSL58.55º50.82%47.84%-
HSV(B)58.55º67.39%72.16%-
XYZ37.1143.5610.73-
YUV168.166.99139.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 60 (23.83% from 255) = 14.12%
R=43.29%
G=42.59%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841816000.020.670.2858.5550.8247.84
HexB8B53C02431C3b3330
Octal270265740210334736360
Binary1011100010110101111100010100001111100111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b53c; }

 p { color: rgb(184,181,60); }

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

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

 a { background-color: rgb(184,181,60); }

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

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

 span { border-color: rgb(184,181,60); }

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