Html Css Color HEX #BEB53E Brass

📋 copy color: '#BEB53E'

red 190 ◦ green 181 ◦ blue 62

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

Shades of Brass #BEB53E

Tints of Brass #BEB53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 43.88%
G = 41.8%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEB53E (or 0xBEB53E) is known color: Brass. HEX triplet: BE, B5 and 3E. RGB value is (190,181,62). Sum of RGB (Red+Green+Blue) = 190+181+62=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB53E is #414AC1. Grayscale: #AAAAAA. Windows color (decimal): -4278978 or 4109758. OLE color: 4109758.

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

Color convert

RGB 190 181 62 -
CMYK 0 0.05 0.67 0.25
HSL 55.78º 0.51% 0.49% -
HSV(B) 55.78º 0.67% 0.75% -
XYZ 38.63 44.34 11.08 -
YUV 170.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 190 181 62 0 0.05 0.67 0.25 55.78 0.51 0.49
Hex BE B5 3E 0 5 43 19 38 33 31
Octal 276 265 76 0 5 103 31 70 63 61
Binary 10111110 10110101 111110 0 101 1000011 11001 111000 110011 110001

Color Harmonies of #BEB53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB53E

Black with #BEB53E

Text Example


Text Example

White with #BEB53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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