#BEB643

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

Shades of Brass #BEB643

Tints of Brass #BEB643

Color information

#BEB643 (or 0xBEB643) is unknown color: approx Brass. HEX triplet: BE, B6 and 43. RGB value is (190,182,67). Sum of RGB (Red+Green+Blue) = 190+182+67=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB643 is #4149BC. Grayscale: #ABABAB. Windows color (decimal): -4278717 or 4437694. OLE color: 4437694.

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

Color convert

RGB19018267-
CMYK00.040.650.25
HSL56.1º48.62%50.39%-
HSV(B)56.1º64.74%74.51%-
XYZ38.9844.8111.9-
YUV171.2869.15141.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 67 (26.56% from 255) = 15.26%
R=43.28%
G=41.46%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901826700.040.650.2556.148.6250.39
HexBEB643044119383132
Octal2762661030410131706162
Binary101111101011011010000110100100000111001111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB643; }

 p { color: rgb(190,182,67); }

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

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

 a { background-color: rgb(190,182,67); }

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

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

 span { border-color: rgb(190,182,67); }

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