Html Css Color HEX #BEAB40 Brass

📋 copy color: '#BEAB40'

red 190 ◦ green 171 ◦ blue 64

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

Shades of Brass #BEAB40

Tints of Brass #BEAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 44.71%
G = 40.24%
B = 15.06%

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

#BEAB40 (or 0xBEAB40) is known color: Brass. HEX triplet: BE, AB and 40. RGB value is (190,171,64). Sum of RGB (Red+Green+Blue) = 190+171+64=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB40 is #4154BF. Grayscale: #A4A4A4. Windows color (decimal): -4281536 or 4238270. OLE color: 4238270.

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

Color convert

RGB 190 171 64 -
CMYK 0 0.10 0.66 0.25
HSL 50.95º 0.5% 0.5% -
HSV(B) 50.95º 0.66% 0.75% -
XYZ 36.72 40.44 10.72 -
YUV 164.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 190 171 64 0 0.10 0.66 0.25 50.95 0.5 0.5
Hex BE AB 40 0 A 42 19 33 32 32
Octal 276 253 100 0 12 102 31 63 62 62
Binary 10111110 10101011 1000000 0 1010 1000010 11001 110011 110010 110010

Color Harmonies of #BEAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB40

Black with #BEAB40

Text Example


Text Example

White with #BEAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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