#B8B248

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

Shades of Brass #B8B248

Tints of Brass #B8B248

Color information

#B8B248 (or 0xB8B248) is unknown color: approx Brass. HEX triplet: B8, B2 and 48. RGB value is (184,178,72). Sum of RGB (Red+Green+Blue) = 184+178+72=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B248 is #474DB7. Grayscale: #A8A8A8. Windows color (decimal): -4672952 or 4764344. OLE color: 4764344.

HSL color Cylindrical-coordinate representation of color #B8B248: hue angle of 56.79º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8B248 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18417872-
CMYK00.030.610.28
HSL56.79º44.09%50.2%-
HSV(B)56.79º60.87%72.16%-
XYZ36.8642.512.39-
YUV167.7173.99139.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=42.40%
G=41.01%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841787200.030.610.2856.7944.0950.2
HexB8B248033D1C392c32
Octal270262110037534715462
Binary1011100010110010100100001111110111100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B248; }

 p { color: rgb(184,178,72); }

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

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

 a { background-color: rgb(184,178,72); }

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

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

 span { border-color: rgb(184,178,72); }

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