#BB913F

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

Shades of Pizza #BB913F

Tints of Pizza #BB913F

Color information

#BB913F (or 0xBB913F) is unknown color: approx Pizza. HEX triplet: BB, 91 and 3F. RGB value is (187,145,63). Sum of RGB (Red+Green+Blue) = 187+145+63=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB913F is #446EC0. Grayscale: #949494. Windows color (decimal): -4484801 or 4166075. OLE color: 4166075.

HSL color Cylindrical-coordinate representation of color #BB913F: hue angle of 39.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB913F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18714563-
CMYK00.220.660.27
HSL39.68º49.6%49.02%-
HSV(B)39.68º66.31%73.33%-
XYZ31.5231.179.06-
YUV148.2179.91155.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 63 (25% from 255) = 15.95%
R=47.34%
G=36.71%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871456300.220.660.2739.6849.649.02
HexBB913F016421B283231
Octal2732217702610233506261
Binary1011101110010001111111010110100001011011101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB913F; }

 p { color: rgb(187,145,63); }

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

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

 a { background-color: rgb(187,145,63); }

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

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

 span { border-color: rgb(187,145,63); }

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