Html Css Color HEX #BEA834 Brass

📋 copy color: '#BEA834'

red 190 ◦ green 168 ◦ blue 52

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

Shades of Brass #BEA834

Tints of Brass #BEA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 46.34%
G = 40.98%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEA834 (or 0xBEA834) is known color: Brass. HEX triplet: BE, A8 and 34. RGB value is (190,168,52). Sum of RGB (Red+Green+Blue) = 190+168+52=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA834 is #4157CB. Grayscale: #A1A1A1. Windows color (decimal): -4282316 or 3451070. OLE color: 3451070.

HSL color Cylindrical-coordinate representation of color #BEA834: hue angle of 50.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEA834 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 52 -
CMYK 0 0.12 0.73 0.25
HSL 50.43º 0.57% 0.47% -
HSV(B) 50.43º 0.73% 0.75% -
XYZ 35.86 39.2 8.93 -
YUV 161.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 190 168 52 0 0.12 0.73 0.25 50.43 0.57 0.47
Hex BE A8 34 0 C 49 19 32 39 2F
Octal 276 250 64 0 14 111 31 62 71 57
Binary 10111110 10101000 110100 0 1100 1001001 11001 110010 111001 101111

Color Harmonies of #BEA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA834

Black with #BEA834

Text Example


Text Example

White with #BEA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA834; }

 p { color: rgb(190,168,52); }

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

background-color css

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

 a { background-color: rgb(190,168,52); }

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

border-color css

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

 span { border-color: rgb(190,168,52); }

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