#B8B348

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

Shades of Brass #B8B348

Tints of Brass #B8B348

Color information

#B8B348 (or 0xB8B348) is unknown color: approx Brass. HEX triplet: B8, B3 and 48. RGB value is (184,179,72). Sum of RGB (Red+Green+Blue) = 184+179+72=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B348 is #474CB7. Grayscale: #A8A8A8. Windows color (decimal): -4672696 or 4764600. OLE color: 4764600.

HSL color Cylindrical-coordinate representation of color #B8B348: hue angle of 57.32º 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 #B8B348 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18417972-
CMYK00.030.610.28
HSL57.32º44.09%50.2%-
HSV(B)57.32º60.87%72.16%-
XYZ37.0642.912.46-
YUV168.373.66139.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=42.30%
G=41.15%
B=16.55%

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
Decimal1841797200.030.610.2857.3244.0950.2
HexB8B348033D1C392c32
Octal270263110037534715462
Binary1011100010110011100100001111110111100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B348; }

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

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

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

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

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

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

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

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