#BEB03D

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

Shades of Brass #BEB03D

Tints of Brass #BEB03D

Color information

#BEB03D (or 0xBEB03D) is unknown color: approx Brass. HEX triplet: BE, B0 and 3D. RGB value is (190,176,61). Sum of RGB (Red+Green+Blue) = 190+176+61=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB03D is #414FC2. Grayscale: #A7A7A7. Windows color (decimal): -4280259 or 4042942. OLE color: 4042942.

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

Color convert

RGB19017661-
CMYK00.070.680.25
HSL53.49º51.39%49.22%-
HSV(B)53.49º67.89%74.51%-
XYZ37.642.3310.6-
YUV167.0868.14144.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 61 (24.22% from 255) = 14.29%
R=44.50%
G=41.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901766100.070.680.2553.4951.3949.22
HexBEB03D074419353331
Octal276260750710431656361
Binary10111110101100001111010111100010011001110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB03D; }

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

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

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

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

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

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

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

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