#B8B43F

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

Shades of Brass #B8B43F

Tints of Brass #B8B43F

Color information

#B8B43F (or 0xB8B43F) is unknown color: approx Brass. HEX triplet: B8, B4 and 3F. RGB value is (184,180,63). Sum of RGB (Red+Green+Blue) = 184+180+63=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B43F is #474BC0. Grayscale: #A8A8A8. Windows color (decimal): -4672449 or 4175032. OLE color: 4175032.

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

Color convert

RGB18418063-
CMYK00.020.660.28
HSL58.02º48.99%48.43%-
HSV(B)58.02º65.76%72.16%-
XYZ36.9943.1911.09-
YUV167.8668.83139.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 63 (25% from 255) = 14.75%
R=43.09%
G=42.15%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841806300.020.660.2858.0248.9948.43
HexB8B43F02421C3a3130
Octal270264770210234726160
Binary1011100010110100111111010100001011100111010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B43F; }

 p { color: rgb(184,180,63); }

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

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

 a { background-color: rgb(184,180,63); }

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

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

 span { border-color: rgb(184,180,63); }

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