Html Css Color HEX #BEA83A Brass

📋 copy color: '#BEA83A'

red 190 ◦ green 168 ◦ blue 58

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

Shades of Brass #BEA83A

Tints of Brass #BEA83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.94%

R = 45.67%
G = 40.38%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEA83A (or 0xBEA83A) is known color: Brass. HEX triplet: BE, A8 and 3A. RGB value is (190,168,58). Sum of RGB (Red+Green+Blue) = 190+168+58=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA83A is #4157C5. Grayscale: #A2A2A2. Windows color (decimal): -4282310 or 3844286. OLE color: 3844286.

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

Color convert

RGB 190 168 58 -
CMYK 0 0.12 0.69 0.25
HSL 50º 0.53% 0.49% -
HSV(B) 50º 0.69% 0.75% -
XYZ 36 39.26 9.68 -
YUV 162.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 190 168 58 0 0.12 0.69 0.25 50 0.53 0.49
Hex BE A8 3A 0 C 45 19 32 35 31
Octal 276 250 72 0 14 105 31 62 65 61
Binary 10111110 10101000 111010 0 1100 1000101 11001 110010 110101 110001

Color Harmonies of #BEA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA83A

Black with #BEA83A

Text Example


Text Example

White with #BEA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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