Html Css Color HEX #BEAD45 Brass

📋 copy color: '#BEAD45'

red 190 ◦ green 173 ◦ blue 69

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

Shades of Brass #BEAD45

Tints of Brass #BEAD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 43.98%
G = 40.05%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEAD45 (or 0xBEAD45) is known color: Brass. HEX triplet: BE, AD and 45. RGB value is (190,173,69). Sum of RGB (Red+Green+Blue) = 190+173+69=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD45 is #4152BA. Grayscale: #A6A6A6. Windows color (decimal): -4281019 or 4566462. OLE color: 4566462.

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

Color convert

RGB 190 173 69 -
CMYK 0 0.09 0.64 0.25
HSL 51.57º 0.48% 0.51% -
HSV(B) 51.57º 0.64% 0.75% -
XYZ 37.25 41.26 11.63 -
YUV 166.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 190 173 69 0 0.09 0.64 0.25 51.57 0.48 0.51
Hex BE AD 45 0 9 40 19 34 30 33
Octal 276 255 105 0 11 100 31 64 60 63
Binary 10111110 10101101 1000101 0 1001 1000000 11001 110100 110000 110011

Color Harmonies of #BEAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD45

Black with #BEAD45

Text Example


Text Example

White with #BEAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD45; }

 p { color: rgb(190,173,69); }

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

background-color css

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

 a { background-color: rgb(190,173,69); }

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

border-color css

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

 span { border-color: rgb(190,173,69); }

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