Html Css Color HEX #BEB044 Brass

📋 copy color: '#BEB044'

red 190 ◦ green 176 ◦ blue 68

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

Shades of Brass #BEB044

Tints of Brass #BEB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 43.78%
G = 40.55%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEB044 (or 0xBEB044) is known color: Brass. HEX triplet: BE, B0 and 44. RGB value is (190,176,68). Sum of RGB (Red+Green+Blue) = 190+176+68=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB044 is #414FBB. Grayscale: #A8A8A8. Windows color (decimal): -4280252 or 4501694. OLE color: 4501694.

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

Color convert

RGB 190 176 68 -
CMYK 0 0.07 0.64 0.25
HSL 53.11º 0.48% 0.51% -
HSV(B) 53.11º 0.64% 0.75% -
XYZ 37.8 42.42 11.66 -
YUV 167.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 190 176 68 0 0.07 0.64 0.25 53.11 0.48 0.51
Hex BE B0 44 0 7 40 19 35 30 33
Octal 276 260 104 0 7 100 31 65 60 63
Binary 10111110 10110000 1000100 0 111 1000000 11001 110101 110000 110011

Color Harmonies of #BEB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB044

Black with #BEB044

Text Example


Text Example

White with #BEB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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