Html Css Color HEX #BEA53C Brass

📋 copy color: '#BEA53C'

red 190 ◦ green 165 ◦ blue 60

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

Shades of Brass #BEA53C

Tints of Brass #BEA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.46%

R = 45.78%
G = 39.76%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA53C (or 0xBEA53C) is known color: Brass. HEX triplet: BE, A5 and 3C. RGB value is (190,165,60). Sum of RGB (Red+Green+Blue) = 190+165+60=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA53C is #415AC3. Grayscale: #A0A0A0. Windows color (decimal): -4283076 or 3974590. OLE color: 3974590.

HSL color Cylindrical-coordinate representation of color #BEA53C: hue angle of 48.46º degrees, saturation: 0.52, 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 #BEA53C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 60 -
CMYK 0 0.13 0.68 0.25
HSL 48.46º 0.52% 0.49% -
HSV(B) 48.46º 0.68% 0.75% -
XYZ 35.51 38.18 9.77 -
YUV 160.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 190 165 60 0 0.13 0.68 0.25 48.46 0.52 0.49
Hex BE A5 3C 0 D 44 19 30 34 31
Octal 276 245 74 0 15 104 31 60 64 61
Binary 10111110 10100101 111100 0 1101 1000100 11001 110000 110100 110001

Color Harmonies of #BEA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA53C

Black with #BEA53C

Text Example


Text Example

White with #BEA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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