Html Css Color HEX #BEAB45 Brass

📋 copy color: '#BEAB45'

red 190 ◦ green 171 ◦ blue 69

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

Shades of Brass #BEAB45

Tints of Brass #BEAB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 44.19%
G = 39.77%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEAB45 (or 0xBEAB45) is known color: Brass. HEX triplet: BE, AB and 45. RGB value is (190,171,69). Sum of RGB (Red+Green+Blue) = 190+171+69=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB45 is #4154BA. Grayscale: #A5A5A5. Windows color (decimal): -4281531 or 4565950. OLE color: 4565950.

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

Color convert

RGB 190 171 69 -
CMYK 0 0.10 0.64 0.25
HSL 50.58º 0.48% 0.51% -
HSV(B) 50.58º 0.64% 0.75% -
XYZ 36.87 40.5 11.5 -
YUV 165.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 190 171 69 0 0.10 0.64 0.25 50.58 0.48 0.51
Hex BE AB 45 0 A 40 19 33 30 33
Octal 276 253 105 0 12 100 31 63 60 63
Binary 10111110 10101011 1000101 0 1010 1000000 11001 110011 110000 110011

Color Harmonies of #BEAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB45

Black with #BEAB45

Text Example


Text Example

White with #BEAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB45; }

 p { color: rgb(190,171,69); }

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

background-color css

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

 a { background-color: rgb(190,171,69); }

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

border-color css

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

 span { border-color: rgb(190,171,69); }

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