Html Css Color HEX #BEB646 Brass

📋 copy color: '#BEB646'

red 190 ◦ green 182 ◦ blue 70

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

Shades of Brass #BEB646

Tints of Brass #BEB646

RGB

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

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

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

R = 42.99%
G = 41.18%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEB646 (or 0xBEB646) is known color: Brass. HEX triplet: BE, B6 and 46. RGB value is (190,182,70). Sum of RGB (Red+Green+Blue) = 190+182+70=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB646 is #4149B9. Grayscale: #ACACAC. Windows color (decimal): -4278714 or 4634302. OLE color: 4634302.

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

Color convert

RGB 190 182 70 -
CMYK 0 0.04 0.63 0.25
HSL 56º 0.48% 0.51% -
HSV(B) 56º 0.63% 0.75% -
XYZ 39.07 44.85 12.39 -
YUV 171.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 190 182 70 0 0.04 0.63 0.25 56 0.48 0.51
Hex BE B6 46 0 4 3F 19 38 30 33
Octal 276 266 106 0 4 77 31 70 60 63
Binary 10111110 10110110 1000110 0 100 111111 11001 111000 110000 110011

Color Harmonies of #BEB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB646

Black with #BEB646

Text Example


Text Example

White with #BEB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB646; }

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

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

background-color css

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

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

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

border-color css

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

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

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