Html Css Color HEX #BEAC44 Brass

📋 copy color: '#BEAC44'

red 190 ◦ green 172 ◦ blue 68

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

Shades of Brass #BEAC44

Tints of Brass #BEAC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 44.19%
G = 40%
B = 15.81%

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

#BEAC44 (or 0xBEAC44) is known color: Brass. HEX triplet: BE, AC and 44. RGB value is (190,172,68). Sum of RGB (Red+Green+Blue) = 190+172+68=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC44 is #4153BB. Grayscale: #A5A5A5. Windows color (decimal): -4281276 or 4500670. OLE color: 4500670.

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

Color convert

RGB 190 172 68 -
CMYK 0 0.09 0.64 0.25
HSL 51.15º 0.48% 0.51% -
HSV(B) 51.15º 0.64% 0.75% -
XYZ 37.03 40.87 11.41 -
YUV 165.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 190 172 68 0 0.09 0.64 0.25 51.15 0.48 0.51
Hex BE AC 44 0 9 40 19 33 30 33
Octal 276 254 104 0 11 100 31 63 60 63
Binary 10111110 10101100 1000100 0 1001 1000000 11001 110011 110000 110011

Color Harmonies of #BEAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC44

Black with #BEAC44

Text Example


Text Example

White with #BEAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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