Html Css Color HEX #BEA53D Brass

📋 copy color: '#BEA53D'

red 190 ◦ green 165 ◦ blue 61

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

Shades of Brass #BEA53D

Tints of Brass #BEA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 45.67%
G = 39.66%
B = 14.66%

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

#BEA53D (or 0xBEA53D) is known color: Brass. HEX triplet: BE, A5 and 3D. RGB value is (190,165,61). Sum of RGB (Red+Green+Blue) = 190+165+61=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA53D is #415AC2. Grayscale: #A1A1A1. Windows color (decimal): -4283075 or 4040126. OLE color: 4040126.

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

Color convert

RGB 190 165 61 -
CMYK 0 0.13 0.68 0.25
HSL 48.37º 0.51% 0.49% -
HSV(B) 48.37º 0.68% 0.75% -
XYZ 35.53 38.19 9.91 -
YUV 160.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 190 165 61 0 0.13 0.68 0.25 48.37 0.51 0.49
Hex BE A5 3D 0 D 44 19 30 33 31
Octal 276 245 75 0 15 104 31 60 63 61
Binary 10111110 10100101 111101 0 1101 1000100 11001 110000 110011 110001

Color Harmonies of #BEA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA53D

Black with #BEA53D

Text Example


Text Example

White with #BEA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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