Html Css Color HEX #BEA238 Brass

📋 copy color: '#BEA238'

red 190 ◦ green 162 ◦ blue 56

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

Shades of Brass #BEA238

Tints of Brass #BEA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 46.57%
G = 39.71%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BEA238 (or 0xBEA238) is known color: Brass. HEX triplet: BE, A2 and 38. RGB value is (190,162,56). Sum of RGB (Red+Green+Blue) = 190+162+56=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA238 is #415DC7. Grayscale: #9E9E9E. Windows color (decimal): -4283848 or 3711678. OLE color: 3711678.

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

Color convert

RGB 190 162 56 -
CMYK 0 0.15 0.71 0.25
HSL 47.46º 0.54% 0.48% -
HSV(B) 47.46º 0.71% 0.75% -
XYZ 34.87 37.07 9.06 -
YUV 158.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 190 162 56 0 0.15 0.71 0.25 47.46 0.54 0.48
Hex BE A2 38 0 F 47 19 2F 36 30
Octal 276 242 70 0 17 107 31 57 66 60
Binary 10111110 10100010 111000 0 1111 1000111 11001 101111 110110 110000

Color Harmonies of #BEA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA238

Black with #BEA238

Text Example


Text Example

White with #BEA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA238; }

 p { color: rgb(190,162,56); }

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

background-color css

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

 a { background-color: rgb(190,162,56); }

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

border-color css

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

 span { border-color: rgb(190,162,56); }

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