#BFAE3D

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

Shades of Brass #BFAE3D

Tints of Brass #BFAE3D

Color information

#BFAE3D (or 0xBFAE3D) is unknown color: approx Brass. HEX triplet: BF, AE and 3D. RGB value is (191,174,61). Sum of RGB (Red+Green+Blue) = 191+174+61=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE3D is #4051C2. Grayscale: #A6A6A6. Windows color (decimal): -4215235 or 4042431. OLE color: 4042431.

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

Color convert

RGB19117461-
CMYK00.090.680.25
HSL52.15º51.59%49.41%-
HSV(B)52.15º68.06%74.9%-
XYZ37.4641.6910.49-
YUV166.268.63145.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=44.84%
G=40.85%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911746100.090.680.2552.1551.5949.41
HexBFAE3D094419343431
Octal2772567501110431646461
Binary101111111010111011110101001100010011001110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE3D; }

 p { color: rgb(191,174,61); }

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

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

 a { background-color: rgb(191,174,61); }

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

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

 span { border-color: rgb(191,174,61); }

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