#BF923C

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

Shades of Pizza #BF923C

Tints of Pizza #BF923C

Color information

#BF923C (or 0xBF923C) is unknown color: approx Pizza. HEX triplet: BF, 92 and 3C. RGB value is (191,146,60). Sum of RGB (Red+Green+Blue) = 191+146+60=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF923C is #406DC3. Grayscale: #969696. Windows color (decimal): -4222404 or 3969727. OLE color: 3969727.

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

Color convert

RGB19114660-
CMYK00.240.690.25
HSL39.39º52.19%49.22%-
HSV(B)39.39º68.59%74.9%-
XYZ32.5831.968.73-
YUV149.6577.41157.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 60 (23.83% from 255) = 15.11%
R=48.11%
G=36.78%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911466000.240.690.2539.3952.1949.22
HexBF923C0184519273431
Octal2772227403010531476461
Binary1011111110010010111100011000100010111001100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF923C; }

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

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

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

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

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

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

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

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