#BEB136

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

Shades of Brass #BEB136

Tints of Brass #BEB136

Color information

#BEB136 (or 0xBEB136) is unknown color: approx Brass. HEX triplet: BE, B1 and 36. RGB value is (190,177,54). Sum of RGB (Red+Green+Blue) = 190+177+54=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB136 is #414EC9. Grayscale: #A7A7A7. Windows color (decimal): -4280010 or 3584446. OLE color: 3584446.

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

Color convert

RGB19017754-
CMYK00.070.720.25
HSL54.26º55.74%47.84%-
HSV(B)54.26º71.58%74.51%-
XYZ37.6242.669.74-
YUV166.8664.31144.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 54 (21.48% from 255) = 12.83%
R=45.13%
G=42.04%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901775400.070.720.2554.2655.7447.84
HexBEB136074819363830
Octal276261660711031667060
Binary10111110101100011101100111100100011001110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB136; }

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

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

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

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

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

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

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

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