Html Css Color HEX #BEB540 Brass

📋 copy color: '#BEB540'

red 190 ◦ green 181 ◦ blue 64

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

Shades of Brass #BEB540

Tints of Brass #BEB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 43.68%
G = 41.61%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEB540 (or 0xBEB540) is known color: Brass. HEX triplet: BE, B5 and 40. RGB value is (190,181,64). Sum of RGB (Red+Green+Blue) = 190+181+64=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB540 is #414ABF. Grayscale: #AAAAAA. Windows color (decimal): -4278976 or 4240830. OLE color: 4240830.

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

Color convert

RGB 190 181 64 -
CMYK 0 0.05 0.66 0.25
HSL 55.71º 0.5% 0.5% -
HSV(B) 55.71º 0.66% 0.75% -
XYZ 38.68 44.37 11.37 -
YUV 170.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 190 181 64 0 0.05 0.66 0.25 55.71 0.5 0.5
Hex BE B5 40 0 5 42 19 38 32 32
Octal 276 265 100 0 5 102 31 70 62 62
Binary 10111110 10110101 1000000 0 101 1000010 11001 111000 110010 110010

Color Harmonies of #BEB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB540

Black with #BEB540

Text Example


Text Example

White with #BEB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB540; }

 p { color: rgb(190,181,64); }

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

background-color css

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

 a { background-color: rgb(190,181,64); }

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

border-color css

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

 span { border-color: rgb(190,181,64); }

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