Html Css Color HEX #BEAC3C Brass

📋 copy color: '#BEAC3C'

red 190 ◦ green 172 ◦ blue 60

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

Shades of Brass #BEAC3C

Tints of Brass #BEAC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.22%

R = 45.02%
G = 40.76%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEAC3C (or 0xBEAC3C) is known color: Brass. HEX triplet: BE, AC and 3C. RGB value is (190,172,60). Sum of RGB (Red+Green+Blue) = 190+172+60=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC3C is #4153C3. Grayscale: #A5A5A5. Windows color (decimal): -4281284 or 3976382. OLE color: 3976382.

HSL color Cylindrical-coordinate representation of color #BEAC3C: hue angle of 51.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEAC3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 60 -
CMYK 0 0.09 0.68 0.25
HSL 51.69º 0.52% 0.49% -
HSV(B) 51.69º 0.68% 0.75% -
XYZ 36.8 40.78 10.21 -
YUV 164.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 190 172 60 0 0.09 0.68 0.25 51.69 0.52 0.49
Hex BE AC 3C 0 9 44 19 34 34 31
Octal 276 254 74 0 11 104 31 64 64 61
Binary 10111110 10101100 111100 0 1001 1000100 11001 110100 110100 110001

Color Harmonies of #BEAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC3C

Black with #BEAC3C

Text Example


Text Example

White with #BEAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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