Html Css Color HEX #BEB741 Brass

📋 copy color: '#BEB741'

red 190 ◦ green 183 ◦ blue 65

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

Shades of Brass #BEB741

Tints of Brass #BEB741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 43.38%
G = 41.78%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEB741 (or 0xBEB741) is known color: Brass. HEX triplet: BE, B7 and 41. RGB value is (190,183,65). Sum of RGB (Red+Green+Blue) = 190+183+65=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB741 is #4148BE. Grayscale: #ACACAC. Windows color (decimal): -4278463 or 4306878. OLE color: 4306878.

HSL color Cylindrical-coordinate representation of color #BEB741: hue angle of 56.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEB741 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 65 -
CMYK 0 0.04 0.66 0.25
HSL 56.64º 0.49% 0.5% -
HSV(B) 56.64º 0.66% 0.75% -
XYZ 39.12 45.2 11.66 -
YUV 171.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 190 183 65 0 0.04 0.66 0.25 56.64 0.49 0.5
Hex BE B7 41 0 4 42 19 39 31 32
Octal 276 267 101 0 4 102 31 71 61 62
Binary 10111110 10110111 1000001 0 100 1000010 11001 111001 110001 110010

Color Harmonies of #BEB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB741

Black with #BEB741

Text Example


Text Example

White with #BEB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB741; }

 p { color: rgb(190,183,65); }

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

background-color css

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

 a { background-color: rgb(190,183,65); }

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

border-color css

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

 span { border-color: rgb(190,183,65); }

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