Html Css Color HEX #BEA541 Brass

📋 copy color: '#BEA541'

red 190 ◦ green 165 ◦ blue 65

#BEA541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BEA541

Tints of Brass #BEA541

RGB

 RED value IS 190 (74.61% from 255) = 45.24%

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 45.24%
G = 39.29%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEA541 (or 0xBEA541) is known color: Brass. HEX triplet: BE, A5 and 41. RGB value is (190,165,65). Sum of RGB (Red+Green+Blue) = 190+165+65=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA541 is #415ABE. Grayscale: #A1A1A1. Windows color (decimal): -4283071 or 4302270. OLE color: 4302270.

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

Color convert

RGB 190 165 65 -
CMYK 0 0.13 0.66 0.25
HSL 48º 0.49% 0.5% -
HSV(B) 48º 0.66% 0.75% -
XYZ 35.64 38.24 10.5 -
YUV 161.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 190 165 65 0 0.13 0.66 0.25 48 0.49 0.5
Hex BE A5 41 0 D 42 19 30 31 32
Octal 276 245 101 0 15 102 31 60 61 62
Binary 10111110 10100101 1000001 0 1101 1000010 11001 110000 110001 110010

Color Harmonies of #BEA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA541

Black with #BEA541

Text Example


Text Example

White with #BEA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA541; }

 p { color: rgb(190,165,65); }

 H1.HeaderClassName
 {
   color: #BEA541;
 }
 .AnyTagClassName
 {
   color: #BEA541;
 }
</style>

background-color css

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

 a { background-color: rgb(190,165,65); }

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

border-color css

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

 span { border-color: rgb(190,165,65); }

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