Html Css Color HEX #BE9041 Pizza

📋 copy color: '#BE9041'

red 190 ◦ green 144 ◦ blue 65

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

Shades of Pizza #BE9041

Tints of Pizza #BE9041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 47.62%
G = 36.09%
B = 16.29%

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

#BE9041 (or 0xBE9041) is known color: Pizza. HEX triplet: BE, 90 and 41. RGB value is (190,144,65). Sum of RGB (Red+Green+Blue) = 190+144+65=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9041 is #416FBE. Grayscale: #959595. Windows color (decimal): -4288447 or 4296894. OLE color: 4296894.

HSL color Cylindrical-coordinate representation of color #BE9041: hue angle of 37.92º degrees, saturation: 0.49, 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 #BE9041 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 65 -
CMYK 0 0.24 0.66 0.25
HSL 37.92º 0.49% 0.5% -
HSV(B) 37.92º 0.66% 0.75% -
XYZ 32.16 31.28 9.34 -
YUV 148.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 190 144 65 0 0.24 0.66 0.25 37.92 0.49 0.5
Hex BE 90 41 0 18 42 19 26 31 32
Octal 276 220 101 0 30 102 31 46 61 62
Binary 10111110 10010000 1000001 0 11000 1000010 11001 100110 110001 110010

Color Harmonies of #BE9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9041

Black with #BE9041

Text Example


Text Example

White with #BE9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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