#BFB23C

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

Shades of Brass #BFB23C

Tints of Brass #BFB23C

Color information

#BFB23C (or 0xBFB23C) is unknown color: approx Brass. HEX triplet: BF, B2 and 3C. RGB value is (191,178,60). Sum of RGB (Red+Green+Blue) = 191+178+60=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB23C is #404DC3. Grayscale: #A8A8A8. Windows color (decimal): -4214212 or 3977919. OLE color: 3977919.

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

Color convert

RGB19117860-
CMYK00.070.690.25
HSL54.05º52.19%49.22%-
HSV(B)54.05º68.59%74.9%-
XYZ38.2243.2410.61-
YUV168.4366.81144.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 60 (23.83% from 255) = 13.99%
R=44.52%
G=41.49%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911786000.070.690.2554.0552.1949.22
HexBFB23C074519363431
Octal277262740710531666461
Binary10111111101100101111000111100010111001110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB23C; }

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

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

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

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

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

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

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

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