Html Css Color HEX #BEAB41 Brass

📋 copy color: '#BEAB41'

red 190 ◦ green 171 ◦ blue 65

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

Shades of Brass #BEAB41

Tints of Brass #BEAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 44.6%
G = 40.14%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEAB41 (or 0xBEAB41) is known color: Brass. HEX triplet: BE, AB and 41. RGB value is (190,171,65). Sum of RGB (Red+Green+Blue) = 190+171+65=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB41 is #4154BE. Grayscale: #A5A5A5. Windows color (decimal): -4281535 or 4303806. OLE color: 4303806.

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

Color convert

RGB 190 171 65 -
CMYK 0 0.10 0.66 0.25
HSL 50.88º 0.49% 0.5% -
HSV(B) 50.88º 0.66% 0.75% -
XYZ 36.75 40.45 10.87 -
YUV 164.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 190 171 65 0 0.10 0.66 0.25 50.88 0.49 0.5
Hex BE AB 41 0 A 42 19 33 31 32
Octal 276 253 101 0 12 102 31 63 61 62
Binary 10111110 10101011 1000001 0 1010 1000010 11001 110011 110001 110010

Color Harmonies of #BEAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB41

Black with #BEAB41

Text Example


Text Example

White with #BEAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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