Html Css Color HEX #BEAC43 Brass

📋 copy color: '#BEAC43'

red 190 ◦ green 172 ◦ blue 67

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

Shades of Brass #BEAC43

Tints of Brass #BEAC43

RGB

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

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

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

R = 44.29%
G = 40.09%
B = 15.62%

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

#BEAC43 (or 0xBEAC43) is known color: Brass. HEX triplet: BE, AC and 43. RGB value is (190,172,67). Sum of RGB (Red+Green+Blue) = 190+172+67=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC43 is #4153BC. Grayscale: #A5A5A5. Windows color (decimal): -4281277 or 4435134. OLE color: 4435134.

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

Color convert

RGB 190 172 67 -
CMYK 0 0.09 0.65 0.25
HSL 51.22º 0.49% 0.5% -
HSV(B) 51.22º 0.65% 0.75% -
XYZ 37 40.86 11.25 -
YUV 165.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 190 172 67 0 0.09 0.65 0.25 51.22 0.49 0.5
Hex BE AC 43 0 9 41 19 33 31 32
Octal 276 254 103 0 11 101 31 63 61 62
Binary 10111110 10101100 1000011 0 1001 1000001 11001 110011 110001 110010

Color Harmonies of #BEAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC43

Black with #BEAC43

Text Example


Text Example

White with #BEAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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