Html Css Color HEX #BEAB3A Brass

📋 copy color: '#BEAB3A'

red 190 ◦ green 171 ◦ blue 58

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

Shades of Brass #BEAB3A

Tints of Brass #BEAB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 45.35%
G = 40.81%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEAB3A (or 0xBEAB3A) is known color: Brass. HEX triplet: BE, AB and 3A. RGB value is (190,171,58). Sum of RGB (Red+Green+Blue) = 190+171+58=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB3A is #4154C5. Grayscale: #A4A4A4. Windows color (decimal): -4281542 or 3845054. OLE color: 3845054.

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

Color convert

RGB 190 171 58 -
CMYK 0 0.10 0.69 0.25
HSL 51.36º 0.53% 0.49% -
HSV(B) 51.36º 0.69% 0.75% -
XYZ 36.56 40.38 9.87 -
YUV 163.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 190 171 58 0 0.10 0.69 0.25 51.36 0.53 0.49
Hex BE AB 3A 0 A 45 19 33 35 31
Octal 276 253 72 0 12 105 31 63 65 61
Binary 10111110 10101011 111010 0 1010 1000101 11001 110011 110101 110001

Color Harmonies of #BEAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB3A

Black with #BEAB3A

Text Example


Text Example

White with #BEAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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