Html Css Color HEX #BEA636 Brass

📋 copy color: '#BEA636'

red 190 ◦ green 166 ◦ blue 54

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

Shades of Brass #BEA636

Tints of Brass #BEA636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

 BLUE value IS 54 (21.48% from 255) = 13.17%

R = 46.34%
G = 40.49%
B = 13.17%

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

#BEA636 (or 0xBEA636) is known color: Brass. HEX triplet: BE, A6 and 36. RGB value is (190,166,54). Sum of RGB (Red+Green+Blue) = 190+166+54=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA636 is #4159C9. Grayscale: #A0A0A0. Windows color (decimal): -4282826 or 3581630. OLE color: 3581630.

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

Color convert

RGB 190 166 54 -
CMYK 0 0.13 0.72 0.25
HSL 49.41º 0.56% 0.48% -
HSV(B) 49.41º 0.72% 0.75% -
XYZ 35.54 38.49 9.05 -
YUV 160.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 190 166 54 0 0.13 0.72 0.25 49.41 0.56 0.48
Hex BE A6 36 0 D 48 19 31 38 30
Octal 276 246 66 0 15 110 31 61 70 60
Binary 10111110 10100110 110110 0 1101 1001000 11001 110001 111000 110000

Color Harmonies of #BEA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA636

Black with #BEA636

Text Example


Text Example

White with #BEA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA636; }

 p { color: rgb(190,166,54); }

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

background-color css

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

 a { background-color: rgb(190,166,54); }

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

border-color css

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

 span { border-color: rgb(190,166,54); }

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