Html Css Color HEX #BEAB42 Brass

📋 copy color: '#BEAB42'

red 190 ◦ green 171 ◦ blue 66

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

Shades of Brass #BEAB42

Tints of Brass #BEAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.46%

R = 44.5%
G = 40.05%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BEAB42 (or 0xBEAB42) is known color: Brass. HEX triplet: BE, AB and 42. RGB value is (190,171,66). Sum of RGB (Red+Green+Blue) = 190+171+66=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB42 is #4154BD. Grayscale: #A5A5A5. Windows color (decimal): -4281534 or 4369342. OLE color: 4369342.

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

Color convert

RGB 190 171 66 -
CMYK 0 0.10 0.65 0.25
HSL 50.81º 0.49% 0.5% -
HSV(B) 50.81º 0.65% 0.75% -
XYZ 36.78 40.47 11.03 -
YUV 164.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 190 171 66 0 0.10 0.65 0.25 50.81 0.49 0.5
Hex BE AB 42 0 A 41 19 33 31 32
Octal 276 253 102 0 12 101 31 63 61 62
Binary 10111110 10101011 1000010 0 1010 1000001 11001 110011 110001 110010

Color Harmonies of #BEAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB42

Black with #BEAB42

Text Example


Text Example

White with #BEAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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