Html Css Color HEX #BEB744 Brass

📋 copy color: '#BEB744'

red 190 ◦ green 183 ◦ blue 68

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

Shades of Brass #BEB744

Tints of Brass #BEB744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 43.08%
G = 41.5%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEB744 (or 0xBEB744) is known color: Brass. HEX triplet: BE, B7 and 44. RGB value is (190,183,68). Sum of RGB (Red+Green+Blue) = 190+183+68=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB744 is #4148BB. Grayscale: #ACACAC. Windows color (decimal): -4278460 or 4503486. OLE color: 4503486.

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

Color convert

RGB 190 183 68 -
CMYK 0 0.04 0.64 0.25
HSL 56.56º 0.48% 0.51% -
HSV(B) 56.56º 0.64% 0.75% -
XYZ 39.21 45.23 12.13 -
YUV 171.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 190 183 68 0 0.04 0.64 0.25 56.56 0.48 0.51
Hex BE B7 44 0 4 40 19 39 30 33
Octal 276 267 104 0 4 100 31 71 60 63
Binary 10111110 10110111 1000100 0 100 1000000 11001 111001 110000 110011

Color Harmonies of #BEB744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB744

Black with #BEB744

Text Example


Text Example

White with #BEB744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB744; }

 p { color: rgb(190,183,68); }

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

background-color css

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

 a { background-color: rgb(190,183,68); }

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

border-color css

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

 span { border-color: rgb(190,183,68); }

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