Html Css Color HEX #BEA836 Brass

📋 copy color: '#BEA836'

red 190 ◦ green 168 ◦ blue 54

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

Shades of Brass #BEA836

Tints of Brass #BEA836

RGB

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

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

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

R = 46.12%
G = 40.78%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEA836 (or 0xBEA836) is known color: Brass. HEX triplet: BE, A8 and 36. RGB value is (190,168,54). Sum of RGB (Red+Green+Blue) = 190+168+54=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA836 is #4157C9. Grayscale: #A2A2A2. Windows color (decimal): -4282314 or 3582142. OLE color: 3582142.

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

Color convert

RGB 190 168 54 -
CMYK 0 0.12 0.72 0.25
HSL 50.29º 0.56% 0.48% -
HSV(B) 50.29º 0.72% 0.75% -
XYZ 35.9 39.22 9.17 -
YUV 161.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 190 168 54 0 0.12 0.72 0.25 50.29 0.56 0.48
Hex BE A8 36 0 C 48 19 32 38 30
Octal 276 250 66 0 14 110 31 62 70 60
Binary 10111110 10101000 110110 0 1100 1001000 11001 110010 111000 110000

Color Harmonies of #BEA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA836

Black with #BEA836

Text Example


Text Example

White with #BEA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA836; }

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

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

background-color css

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

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

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

border-color css

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

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

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