Html Css Color HEX #BEAB34 Brass

📋 copy color: '#BEAB34'

red 190 ◦ green 171 ◦ blue 52

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

Shades of Brass #BEAB34

Tints of Brass #BEAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 46%
G = 41.4%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEAB34 (or 0xBEAB34) is known color: Brass. HEX triplet: BE, AB and 34. RGB value is (190,171,52). Sum of RGB (Red+Green+Blue) = 190+171+52=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB34 is #4154CB. Grayscale: #A3A3A3. Windows color (decimal): -4281548 or 3451838. OLE color: 3451838.

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

Color convert

RGB 190 171 52 -
CMYK 0 0.10 0.73 0.25
HSL 51.74º 0.57% 0.47% -
HSV(B) 51.74º 0.73% 0.75% -
XYZ 36.42 40.32 9.11 -
YUV 163.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 190 171 52 0 0.10 0.73 0.25 51.74 0.57 0.47
Hex BE AB 34 0 A 49 19 34 39 2F
Octal 276 253 64 0 12 111 31 64 71 57
Binary 10111110 10101011 110100 0 1010 1001001 11001 110100 111001 101111

Color Harmonies of #BEAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB34

Black with #BEAB34

Text Example


Text Example

White with #BEAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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