Html Css Color HEX #BE9040 Pizza

📋 copy color: '#BE9040'

red 190 ◦ green 144 ◦ blue 64

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

Shades of Pizza #BE9040

Tints of Pizza #BE9040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 47.74%
G = 36.18%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9040 (or 0xBE9040) is known color: Pizza. HEX triplet: BE, 90 and 40. RGB value is (190,144,64). Sum of RGB (Red+Green+Blue) = 190+144+64=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9040 is #416FBF. Grayscale: #949494. Windows color (decimal): -4288448 or 4231358. OLE color: 4231358.

HSL color Cylindrical-coordinate representation of color #BE9040: hue angle of 38.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE9040 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 64 -
CMYK 0 0.24 0.66 0.25
HSL 38.1º 0.5% 0.5% -
HSV(B) 38.1º 0.66% 0.75% -
XYZ 32.13 31.26 9.19 -
YUV 148.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 190 144 64 0 0.24 0.66 0.25 38.1 0.5 0.5
Hex BE 90 40 0 18 42 19 26 32 32
Octal 276 220 100 0 30 102 31 46 62 62
Binary 10111110 10010000 1000000 0 11000 1000010 11001 100110 110010 110010

Color Harmonies of #BE9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9040

Black with #BE9040

Text Example


Text Example

White with #BE9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9040; }

 p { color: rgb(190,144,64); }

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

background-color css

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

 a { background-color: rgb(190,144,64); }

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

border-color css

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

 span { border-color: rgb(190,144,64); }

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