#BFB542

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

Shades of Brass #BFB542

Tints of Brass #BFB542

Color information

#BFB542 (or 0xBFB542) is unknown color: approx Brass. HEX triplet: BF, B5 and 42. RGB value is (191,181,66). Sum of RGB (Red+Green+Blue) = 191+181+66=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB542 is #404ABD. Grayscale: #ABABAB. Windows color (decimal): -4213438 or 4371903. OLE color: 4371903.

HSL color Cylindrical-coordinate representation of color #BFB542: hue angle of 55.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFB542 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19118166-
CMYK00.050.650.25
HSL55.2º49.41%50.39%-
HSV(B)55.2º65.45%74.9%-
XYZ38.9944.5211.69-
YUV170.8868.81142.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=43.61%
G=41.32%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911816600.050.650.2555.249.4150.39
HexBFB542054119373132
Octal2772651020510131676162
Binary101111111011010110000100101100000111001110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB542; }

 p { color: rgb(191,181,66); }

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

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

 a { background-color: rgb(191,181,66); }

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

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

 span { border-color: rgb(191,181,66); }

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