Html Css Color HEX #BEAC33 Brass

📋 copy color: '#BEAC33'

red 190 ◦ green 172 ◦ blue 51

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

Shades of Brass #BEAC33

Tints of Brass #BEAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 46%
G = 41.65%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEAC33 (or 0xBEAC33) is known color: Brass. HEX triplet: BE, AC and 33. RGB value is (190,172,51). Sum of RGB (Red+Green+Blue) = 190+172+51=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC33 is #4153CC. Grayscale: #A4A4A4. Windows color (decimal): -4281293 or 3386558. OLE color: 3386558.

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

Color convert

RGB 190 172 51 -
CMYK 0 0.09 0.73 0.25
HSL 52.23º 0.58% 0.47% -
HSV(B) 52.23º 0.73% 0.75% -
XYZ 36.59 40.69 9.06 -
YUV 163.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 190 172 51 0 0.09 0.73 0.25 52.23 0.58 0.47
Hex BE AC 33 0 9 49 19 34 3A 2F
Octal 276 254 63 0 11 111 31 64 72 57
Binary 10111110 10101100 110011 0 1001 1001001 11001 110100 111010 101111

Color Harmonies of #BEAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC33

Black with #BEAC33

Text Example


Text Example

White with #BEAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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