#BE8D42

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

Shades of Pizza #BE8D42

Tints of Pizza #BE8D42

Color information

#BE8D42 (or 0xBE8D42) is unknown color: approx Pizza. HEX triplet: BE, 8D and 42. RGB value is (190,141,66). Sum of RGB (Red+Green+Blue) = 190+141+66=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D42 is #4172BD. Grayscale: #939393. Windows color (decimal): -4289214 or 4361662. OLE color: 4361662.

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

Color convert

RGB19014166-
CMYK00.260.650.25
HSL36.29º48.82%50.2%-
HSV(B)36.29º65.26%74.51%-
XYZ31.7430.399.35-
YUV147.182.23158.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=47.86%
G=35.52%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901416600.260.650.2536.2948.8250.2
HexBE8D4201A4119243132
Octal27621510203210131446162
Binary10111110100011011000010011010100000111001100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D42; }

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

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

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

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

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

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

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

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