Html Css Color HEX #BEAF44 Brass

📋 copy color: '#BEAF44'

red 190 ◦ green 175 ◦ blue 68

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

Shades of Brass #BEAF44

Tints of Brass #BEAF44

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 43.88%
G = 40.42%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEAF44 (or 0xBEAF44) is known color: Brass. HEX triplet: BE, AF and 44. RGB value is (190,175,68). Sum of RGB (Red+Green+Blue) = 190+175+68=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF44 is #4150BB. Grayscale: #A7A7A7. Windows color (decimal): -4280508 or 4501438. OLE color: 4501438.

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

Color convert

RGB 190 175 68 -
CMYK 0 0.08 0.64 0.25
HSL 52.62º 0.48% 0.51% -
HSV(B) 52.62º 0.64% 0.75% -
XYZ 37.61 42.02 11.6 -
YUV 167.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 190 175 68 0 0.08 0.64 0.25 52.62 0.48 0.51
Hex BE AF 44 0 8 40 19 35 30 33
Octal 276 257 104 0 10 100 31 65 60 63
Binary 10111110 10101111 1000100 0 1000 1000000 11001 110101 110000 110011

Color Harmonies of #BEAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF44

Black with #BEAF44

Text Example


Text Example

White with #BEAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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