Html Css Color HEX #BEAB33 Brass

📋 copy color: '#BEAB33'

red 190 ◦ green 171 ◦ blue 51

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

Shades of Brass #BEAB33

Tints of Brass #BEAB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 46.12%
G = 41.5%
B = 12.38%

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

#BEAB33 (or 0xBEAB33) is known color: Brass. HEX triplet: BE, AB and 33. RGB value is (190,171,51). Sum of RGB (Red+Green+Blue) = 190+171+51=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB33 is #4154CC. Grayscale: #A3A3A3. Windows color (decimal): -4281549 or 3386302. OLE color: 3386302.

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

Color convert

RGB 190 171 51 -
CMYK 0 0.10 0.73 0.25
HSL 51.8º 0.58% 0.47% -
HSV(B) 51.8º 0.73% 0.75% -
XYZ 36.4 40.31 8.99 -
YUV 163 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 190 171 51 0 0.10 0.73 0.25 51.8 0.58 0.47
Hex BE AB 33 0 A 49 19 34 3A 2F
Octal 276 253 63 0 12 111 31 64 72 57
Binary 10111110 10101011 110011 0 1010 1001001 11001 110100 111010 101111

Color Harmonies of #BEAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB33

Black with #BEAB33

Text Example


Text Example

White with #BEAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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