Html Css Color HEX #BEB545 Brass

📋 copy color: '#BEB545'

red 190 ◦ green 181 ◦ blue 69

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

Shades of Brass #BEB545

Tints of Brass #BEB545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.68%

R = 43.18%
G = 41.14%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEB545 (or 0xBEB545) is known color: Brass. HEX triplet: BE, B5 and 45. RGB value is (190,181,69). Sum of RGB (Red+Green+Blue) = 190+181+69=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB545 is #414ABA. Grayscale: #ABABAB. Windows color (decimal): -4278971 or 4568510. OLE color: 4568510.

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

Color convert

RGB 190 181 69 -
CMYK 0 0.05 0.64 0.25
HSL 55.54º 0.48% 0.51% -
HSV(B) 55.54º 0.64% 0.75% -
XYZ 38.83 44.42 12.16 -
YUV 170.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 190 181 69 0 0.05 0.64 0.25 55.54 0.48 0.51
Hex BE B5 45 0 5 40 19 38 30 33
Octal 276 265 105 0 5 100 31 70 60 63
Binary 10111110 10110101 1000101 0 101 1000000 11001 111000 110000 110011

Color Harmonies of #BEB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB545

Black with #BEB545

Text Example


Text Example

White with #BEB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB545; }

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

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

background-color css

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

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

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

border-color css

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

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

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