#BF923E

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

Shades of Pizza #BF923E

Tints of Pizza #BF923E

Color information

#BF923E (or 0xBF923E) is unknown color: approx Pizza. HEX triplet: BF, 92 and 3E. RGB value is (191,146,62). Sum of RGB (Red+Green+Blue) = 191+146+62=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF923E is #406DC1. Grayscale: #969696. Windows color (decimal): -4222402 or 4100799. OLE color: 4100799.

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

Color convert

RGB19114662-
CMYK00.240.680.25
HSL39.07º50.99%49.61%-
HSV(B)39.07º67.54%74.9%-
XYZ32.6331.989.01-
YUV149.8878.41157.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=47.87%
G=36.59%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911466200.240.680.2539.0750.9949.61
HexBF923E0184419273332
Octal2772227603010431476362
Binary1011111110010010111110011000100010011001100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF923E; }

 p { color: rgb(191,146,62); }

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

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

 a { background-color: rgb(191,146,62); }

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

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

 span { border-color: rgb(191,146,62); }

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