#BFB13A

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

Shades of Brass #BFB13A

Tints of Brass #BFB13A

Color information

#BFB13A (or 0xBFB13A) is unknown color: approx Brass. HEX triplet: BF, B1 and 3A. RGB value is (191,177,58). Sum of RGB (Red+Green+Blue) = 191+177+58=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB13A is #404EC5. Grayscale: #A8A8A8. Windows color (decimal): -4214470 or 3846591. OLE color: 3846591.

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

Color convert

RGB19117758-
CMYK00.070.700.25
HSL53.68º53.41%48.82%-
HSV(B)53.68º69.63%74.9%-
XYZ37.9742.8310.27-
YUV167.6266.14144.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=44.84%
G=41.55%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911775800.070.700.2553.6853.4148.82
HexBFB13A074619363531
Octal277261720710631666561
Binary10111111101100011110100111100011011001110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB13A; }

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

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

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

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

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

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

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

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