Html Css Color HEX #BEAC34 Brass

📋 copy color: '#BEAC34'

red 190 ◦ green 172 ◦ blue 52

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

Shades of Brass #BEAC34

Tints of Brass #BEAC34

RGB

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

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

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

R = 45.89%
G = 41.55%
B = 12.56%

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

#BEAC34 (or 0xBEAC34) is known color: Brass. HEX triplet: BE, AC and 34. RGB value is (190,172,52). Sum of RGB (Red+Green+Blue) = 190+172+52=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC34 is #4153CB. Grayscale: #A4A4A4. Windows color (decimal): -4281292 or 3452094. OLE color: 3452094.

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

Color convert

RGB 190 172 52 -
CMYK 0 0.09 0.73 0.25
HSL 52.17º 0.57% 0.47% -
HSV(B) 52.17º 0.73% 0.75% -
XYZ 36.61 40.7 9.18 -
YUV 163.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 190 172 52 0 0.09 0.73 0.25 52.17 0.57 0.47
Hex BE AC 34 0 9 49 19 34 39 2F
Octal 276 254 64 0 11 111 31 64 71 57
Binary 10111110 10101100 110100 0 1001 1001001 11001 110100 111001 101111

Color Harmonies of #BEAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC34

Black with #BEAC34

Text Example


Text Example

White with #BEAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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