#BEB03E

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

Shades of Brass #BEB03E

Tints of Brass #BEB03E

Color information

#BEB03E (or 0xBEB03E) is unknown color: approx Brass. HEX triplet: BE, B0 and 3E. RGB value is (190,176,62). Sum of RGB (Red+Green+Blue) = 190+176+62=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB03E is #414FC1. Grayscale: #A7A7A7. Windows color (decimal): -4280258 or 4108478. OLE color: 4108478.

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

Color convert

RGB19017662-
CMYK00.070.670.25
HSL53.44º50.79%49.41%-
HSV(B)53.44º67.37%74.51%-
XYZ37.6342.3510.75-
YUV167.1968.64144.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 62 (24.61% from 255) = 14.49%
R=44.39%
G=41.12%
B=14.49%

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
Decimal1901766200.070.670.2553.4450.7949.41
HexBEB03E074319353331
Octal276260760710331656361
Binary10111110101100001111100111100001111001110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB03E; }

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

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

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

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

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

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

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

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