#BFB23F

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

Shades of Brass #BFB23F

Tints of Brass #BFB23F

Color information

#BFB23F (or 0xBFB23F) is unknown color: approx Brass. HEX triplet: BF, B2 and 3F. RGB value is (191,178,63). Sum of RGB (Red+Green+Blue) = 191+178+63=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB23F is #404DC0. Grayscale: #A9A9A9. Windows color (decimal): -4214209 or 4174527. OLE color: 4174527.

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

Color convert

RGB19117863-
CMYK00.070.670.25
HSL53.91º50.39%49.8%-
HSV(B)53.91º67.02%74.9%-
XYZ38.343.2811.04-
YUV168.7868.31143.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 63 (25% from 255) = 14.58%
R=44.21%
G=41.20%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911786300.070.670.2553.9150.3949.8
HexBFB23F074319363232
Octal277262770710331666262
Binary10111111101100101111110111100001111001110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB23F; }

 p { color: rgb(191,178,63); }

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

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

 a { background-color: rgb(191,178,63); }

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

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

 span { border-color: rgb(191,178,63); }

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