#B8B73B

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

Shades of Brass #B8B73B

Tints of Brass #B8B73B

Color information

#B8B73B (or 0xB8B73B) is unknown color: approx Brass. HEX triplet: B8, B7 and 3B. RGB value is (184,183,59). Sum of RGB (Red+Green+Blue) = 184+183+59=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B73B is #4748C4. Grayscale: #A9A9A9. Windows color (decimal): -4671685 or 3913656. OLE color: 3913656.

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

Color convert

RGB18418359-
CMYK00.010.680.28
HSL59.52º51.44%47.65%-
HSV(B)59.52º67.93%72.16%-
XYZ37.4944.3710.73-
YUV169.1665.83138.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 183 (71.88% from 255) = 42.96%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=43.19%
G=42.96%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841835900.010.680.2859.5251.4447.65
HexB8B73B01441C3c3330
Octal270267730110434746360
Binary101110001011011111101101100010011100111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B73B; }

 p { color: rgb(184,183,59); }

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

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

 a { background-color: rgb(184,183,59); }

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

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

 span { border-color: rgb(184,183,59); }

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