Html Css Color HEX #BEB641 Brass

📋 copy color: '#BEB641'

red 190 ◦ green 182 ◦ blue 65

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

Shades of Brass #BEB641

Tints of Brass #BEB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 43.48%
G = 41.65%
B = 14.87%

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

#BEB641 (or 0xBEB641) is known color: Brass. HEX triplet: BE, B6 and 41. RGB value is (190,182,65). Sum of RGB (Red+Green+Blue) = 190+182+65=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB641 is #4149BE. Grayscale: #ABABAB. Windows color (decimal): -4278719 or 4306622. OLE color: 4306622.

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

Color convert

RGB 190 182 65 -
CMYK 0 0.04 0.66 0.25
HSL 56.16º 0.49% 0.5% -
HSV(B) 56.16º 0.66% 0.75% -
XYZ 38.92 44.78 11.59 -
YUV 171.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 190 182 65 0 0.04 0.66 0.25 56.16 0.49 0.5
Hex BE B6 41 0 4 42 19 38 31 32
Octal 276 266 101 0 4 102 31 70 61 62
Binary 10111110 10110110 1000001 0 100 1000010 11001 111000 110001 110010

Color Harmonies of #BEB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB641

Black with #BEB641

Text Example


Text Example

White with #BEB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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