Html Css Color HEX #BEB446 Brass

📋 copy color: '#BEB446'

red 190 ◦ green 180 ◦ blue 70

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

Shades of Brass #BEB446

Tints of Brass #BEB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 43.18%
G = 40.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEB446 (or 0xBEB446) is known color: Brass. HEX triplet: BE, B4 and 46. RGB value is (190,180,70). Sum of RGB (Red+Green+Blue) = 190+180+70=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB446 is #414BB9. Grayscale: #AAAAAA. Windows color (decimal): -4279226 or 4633790. OLE color: 4633790.

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

Color convert

RGB 190 180 70 -
CMYK 0 0.05 0.63 0.25
HSL 55º 0.48% 0.51% -
HSV(B) 55º 0.63% 0.75% -
XYZ 38.66 44.03 12.26 -
YUV 170.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 190 180 70 0 0.05 0.63 0.25 55 0.48 0.51
Hex BE B4 46 0 5 3F 19 37 30 33
Octal 276 264 106 0 5 77 31 67 60 63
Binary 10111110 10110100 1000110 0 101 111111 11001 110111 110000 110011

Color Harmonies of #BEB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB446

Black with #BEB446

Text Example


Text Example

White with #BEB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB446; }

 p { color: rgb(190,180,70); }

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

background-color css

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

 a { background-color: rgb(190,180,70); }

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

border-color css

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

 span { border-color: rgb(190,180,70); }

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