#BE9042

Color #BE9042 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BE9042

Tints of Pizza #BE9042

Color information

#BE9042 (or 0xBE9042) is unknown color: approx Pizza. HEX triplet: BE, 90 and 42. RGB value is (190,144,66). Sum of RGB (Red+Green+Blue) = 190+144+66=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9042 is #416FBD. Grayscale: #959595. Windows color (decimal): -4288446 or 4362430. OLE color: 4362430.

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

Color convert

RGB19014466-
CMYK00.240.650.25
HSL37.74º48.82%50.2%-
HSV(B)37.74º65.26%74.51%-
XYZ32.1931.299.5-
YUV148.8681.24157.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=47.5%
G=36%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901446600.240.650.2537.7448.8250.2
HexBE90420184119263132
Octal27622010203010131466162
Binary10111110100100001000010011000100000111001100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9042; }

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

 H1.HeaderClassName
 {
   color: #BE9042;
 }
 .AnyTagClassName
 {
   color: #BE9042;
 }
</style>
background-color css

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

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

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

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

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

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