Html Css Color HEX #BEA643 Brass

📋 copy color: '#BEA643'

red 190 ◦ green 166 ◦ blue 67

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

Shades of Brass #BEA643

Tints of Brass #BEA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 44.92%
G = 39.24%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BEA643 (or 0xBEA643) is known color: Brass. HEX triplet: BE, A6 and 43. RGB value is (190,166,67). Sum of RGB (Red+Green+Blue) = 190+166+67=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA643 is #4159BC. Grayscale: #A2A2A2. Windows color (decimal): -4282813 or 4433598. OLE color: 4433598.

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

Color convert

RGB 190 166 67 -
CMYK 0 0.13 0.65 0.25
HSL 48.29º 0.49% 0.5% -
HSV(B) 48.29º 0.65% 0.75% -
XYZ 35.88 38.62 10.87 -
YUV 161.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 190 166 67 0 0.13 0.65 0.25 48.29 0.49 0.5
Hex BE A6 43 0 D 41 19 30 31 32
Octal 276 246 103 0 15 101 31 60 61 62
Binary 10111110 10100110 1000011 0 1101 1000001 11001 110000 110001 110010

Color Harmonies of #BEA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA643

Black with #BEA643

Text Example


Text Example

White with #BEA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA643; }

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

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

background-color css

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

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

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

border-color css

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

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

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