Html Css Color HEX #BEB444 Brass

📋 copy color: '#BEB444'

red 190 ◦ green 180 ◦ blue 68

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

Shades of Brass #BEB444

Tints of Brass #BEB444

RGB

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

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

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

R = 43.38%
G = 41.1%
B = 15.53%

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

#BEB444 (or 0xBEB444) is known color: Brass. HEX triplet: BE, B4 and 44. RGB value is (190,180,68). Sum of RGB (Red+Green+Blue) = 190+180+68=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB444 is #414BBB. Grayscale: #AAAAAA. Windows color (decimal): -4279228 or 4502718. OLE color: 4502718.

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

Color convert

RGB 190 180 68 -
CMYK 0 0.05 0.64 0.25
HSL 55.08º 0.48% 0.51% -
HSV(B) 55.08º 0.64% 0.75% -
XYZ 38.6 44.01 11.93 -
YUV 170.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 190 180 68 0 0.05 0.64 0.25 55.08 0.48 0.51
Hex BE B4 44 0 5 40 19 37 30 33
Octal 276 264 104 0 5 100 31 67 60 63
Binary 10111110 10110100 1000100 0 101 1000000 11001 110111 110000 110011

Color Harmonies of #BEB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB444

Black with #BEB444

Text Example


Text Example

White with #BEB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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