#BFB142

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

Shades of Brass #BFB142

Tints of Brass #BFB142

Color information

#BFB142 (or 0xBFB142) is unknown color: approx Brass. HEX triplet: BF, B1 and 42. RGB value is (191,177,66). Sum of RGB (Red+Green+Blue) = 191+177+66=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB142 is #404EBD. Grayscale: #A8A8A8. Windows color (decimal): -4214462 or 4370879. OLE color: 4370879.

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

Color convert

RGB19117766-
CMYK00.070.650.25
HSL53.28º49.41%50.39%-
HSV(B)53.28º65.45%74.9%-
XYZ38.1942.9111.42-
YUV168.5370.14144.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=44.01%
G=40.78%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911776600.070.650.2553.2849.4150.39
HexBFB142074119353132
Octal2772611020710131656162
Binary101111111011000110000100111100000111001110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB142; }

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

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

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

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

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

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

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

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