#BB903F

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

Shades of Pizza #BB903F

Tints of Pizza #BB903F

Color information

#BB903F (or 0xBB903F) is unknown color: approx Pizza. HEX triplet: BB, 90 and 3F. RGB value is (187,144,63). Sum of RGB (Red+Green+Blue) = 187+144+63=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB903F is #446FC0. Grayscale: #939393. Windows color (decimal): -4485057 or 4165819. OLE color: 4165819.

HSL color Cylindrical-coordinate representation of color #BB903F: hue angle of 39.19º 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 #BB903F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18714463-
CMYK00.230.660.27
HSL39.19º49.6%49.02%-
HSV(B)39.19º66.31%73.33%-
XYZ31.3630.879.01-
YUV147.6280.25156.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 63 (25% from 255) = 15.99%
R=47.46%
G=36.55%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871446300.230.660.2739.1949.649.02
HexBB903F017421B273231
Octal2732207702710233476261
Binary1011101110010000111111010111100001011011100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB903F; }

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

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

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

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

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

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

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

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