#BFB03C

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

Shades of Brass #BFB03C

Tints of Brass #BFB03C

Color information

#BFB03C (or 0xBFB03C) is unknown color: approx Brass. HEX triplet: BF, B0 and 3C. RGB value is (191,176,60). Sum of RGB (Red+Green+Blue) = 191+176+60=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB03C is #404FC3. Grayscale: #A7A7A7. Windows color (decimal): -4214724 or 3977407. OLE color: 3977407.

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

Color convert

RGB19117660-
CMYK00.080.690.25
HSL53.13º52.19%49.22%-
HSV(B)53.13º68.59%74.9%-
XYZ37.8342.4510.48-
YUV167.2667.47144.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 60 (23.83% from 255) = 14.05%
R=44.73%
G=41.22%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911766000.080.690.2553.1352.1949.22
HexBFB03C084519353431
Octal2772607401010531656461
Binary101111111011000011110001000100010111001110101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB03C; }

 p { color: rgb(191,176,60); }

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

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

 a { background-color: rgb(191,176,60); }

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

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

 span { border-color: rgb(191,176,60); }

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