#BEB13E

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

Shades of Brass #BEB13E

Tints of Brass #BEB13E

Color information

#BEB13E (or 0xBEB13E) is unknown color: approx Brass. HEX triplet: BE, B1 and 3E. RGB value is (190,177,62). Sum of RGB (Red+Green+Blue) = 190+177+62=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB13E is #414EC1. Grayscale: #A8A8A8. Windows color (decimal): -4280002 or 4108734. OLE color: 4108734.

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

Color convert

RGB19017762-
CMYK00.070.670.25
HSL53.91º50.79%49.41%-
HSV(B)53.91º67.37%74.51%-
XYZ37.8342.7410.81-
YUV167.7868.31143.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=44.29%
G=41.26%
B=14.45%

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
Decimal1901776200.070.670.2553.9150.7949.41
HexBEB13E074319363331
Octal276261760710331666361
Binary10111110101100011111100111100001111001110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB13E; }

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

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

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

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

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

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

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

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