#BFB143

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

Shades of Brass #BFB143

Tints of Brass #BFB143

Color information

#BFB143 (or 0xBFB143) is unknown color: approx Brass. HEX triplet: BF, B1 and 43. RGB value is (191,177,67). Sum of RGB (Red+Green+Blue) = 191+177+67=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB143 is #404EBC. Grayscale: #A9A9A9. Windows color (decimal): -4214461 or 4436415. OLE color: 4436415.

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

Color convert

RGB19117767-
CMYK00.070.650.25
HSL53.23º49.21%50.59%-
HSV(B)53.23º64.92%74.9%-
XYZ38.2242.9311.58-
YUV168.6570.64143.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 67 (26.56% from 255) = 15.40%
R=43.91%
G=40.69%
B=15.40%

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
Decimal1911776700.070.650.2553.2349.2150.59
HexBFB143074119353133
Octal2772611030710131656163
Binary101111111011000110000110111100000111001110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB143; }

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

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

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

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

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

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

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

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