#BFA938

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

Shades of Brass #BFA938

Tints of Brass #BFA938

Color information

#BFA938 (or 0xBFA938) is unknown color: approx Brass. HEX triplet: BF, A9 and 38. RGB value is (191,169,56). Sum of RGB (Red+Green+Blue) = 191+169+56=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA938 is #4056C7. Grayscale: #A3A3A3. Windows color (decimal): -4216520 or 3713471. OLE color: 3713471.

HSL color Cylindrical-coordinate representation of color #BFA938: hue angle of 50.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFA938 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19116956-
CMYK00.120.710.25
HSL50.22º54.66%48.43%-
HSV(B)50.22º70.68%74.9%-
XYZ36.3939.749.49-
YUV162.767.79148.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=45.91%
G=40.62%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911695600.120.710.2550.2254.6648.43
HexBFA9380C4719323730
Octal2772517001410731626760
Binary101111111010100111100001100100011111001110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA938; }

 p { color: rgb(191,169,56); }

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

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

 a { background-color: rgb(191,169,56); }

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

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

 span { border-color: rgb(191,169,56); }

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