Html Css Color HEX #BEAD43 Brass

📋 copy color: '#BEAD43'

red 190 ◦ green 173 ◦ blue 67

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

Shades of Brass #BEAD43

Tints of Brass #BEAD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.58%

R = 44.19%
G = 40.23%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BEAD43 (or 0xBEAD43) is known color: Brass. HEX triplet: BE, AD and 43. RGB value is (190,173,67). Sum of RGB (Red+Green+Blue) = 190+173+67=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD43 is #4152BC. Grayscale: #A6A6A6. Windows color (decimal): -4281021 or 4435390. OLE color: 4435390.

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

Color convert

RGB 190 173 67 -
CMYK 0 0.09 0.65 0.25
HSL 51.71º 0.49% 0.5% -
HSV(B) 51.71º 0.65% 0.75% -
XYZ 37.19 41.24 11.31 -
YUV 166 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 190 173 67 0 0.09 0.65 0.25 51.71 0.49 0.5
Hex BE AD 43 0 9 41 19 34 31 32
Octal 276 255 103 0 11 101 31 64 61 62
Binary 10111110 10101101 1000011 0 1001 1000001 11001 110100 110001 110010

Color Harmonies of #BEAD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD43

Black with #BEAD43

Text Example


Text Example

White with #BEAD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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