#BEB03F

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

Shades of Brass #BEB03F

Tints of Brass #BEB03F

Color information

#BEB03F (or 0xBEB03F) is unknown color: approx Brass. HEX triplet: BE, B0 and 3F. RGB value is (190,176,63). Sum of RGB (Red+Green+Blue) = 190+176+63=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB03F is #414FC0. Grayscale: #A7A7A7. Windows color (decimal): -4280257 or 4174014. OLE color: 4174014.

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

Color convert

RGB19017663-
CMYK00.070.670.25
HSL53.39º50.2%49.61%-
HSV(B)53.39º66.84%74.51%-
XYZ37.6642.3610.89-
YUV167.369.14144.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 63 (25% from 255) = 14.69%
R=44.29%
G=41.03%
B=14.69%

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
Decimal1901766300.070.670.2553.3950.249.61
HexBEB03F074319353232
Octal276260770710331656262
Binary10111110101100001111110111100001111001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB03F; }

 p { color: rgb(190,176,63); }

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

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

 a { background-color: rgb(190,176,63); }

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

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

 span { border-color: rgb(190,176,63); }

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