#BFB642

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

Shades of Brass #BFB642

Tints of Brass #BFB642

Color information

#BFB642 (or 0xBFB642) is unknown color: approx Brass. HEX triplet: BF, B6 and 42. RGB value is (191,182,66). Sum of RGB (Red+Green+Blue) = 191+182+66=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB642 is #4049BD. Grayscale: #ABABAB. Windows color (decimal): -4213182 or 4372159. OLE color: 4372159.

HSL color Cylindrical-coordinate representation of color #BFB642: hue angle of 55.68º 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 #BFB642 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19118266-
CMYK00.050.650.25
HSL55.68º49.41%50.39%-
HSV(B)55.68º65.45%74.9%-
XYZ39.244.9311.76-
YUV171.4768.48141.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=43.51%
G=41.46%
B=15.03%

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
Decimal1911826600.050.650.2555.6849.4150.39
HexBFB642054119383132
Octal2772661020510131706162
Binary101111111011011010000100101100000111001111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB642; }

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

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

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

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

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

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

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

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