Html Css Color HEX #BEA535 Brass

📋 copy color: '#BEA535'

red 190 ◦ green 165 ◦ blue 53

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

Shades of Brass #BEA535

Tints of Brass #BEA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.99%

R = 46.57%
G = 40.44%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEA535 (or 0xBEA535) is known color: Brass. HEX triplet: BE, A5 and 35. RGB value is (190,165,53). Sum of RGB (Red+Green+Blue) = 190+165+53=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA535 is #415ACA. Grayscale: #A0A0A0. Windows color (decimal): -4283083 or 3515838. OLE color: 3515838.

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

Color convert

RGB 190 165 53 -
CMYK 0 0.13 0.72 0.25
HSL 49.05º 0.56% 0.48% -
HSV(B) 49.05º 0.72% 0.75% -
XYZ 35.33 38.11 8.86 -
YUV 159.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 190 165 53 0 0.13 0.72 0.25 49.05 0.56 0.48
Hex BE A5 35 0 D 48 19 31 38 30
Octal 276 245 65 0 15 110 31 61 70 60
Binary 10111110 10100101 110101 0 1101 1001000 11001 110001 111000 110000

Color Harmonies of #BEA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA535

Black with #BEA535

Text Example


Text Example

White with #BEA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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