#BB9143

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

Shades of Pizza #BB9143

Tints of Pizza #BB9143

Color information

#BB9143 (or 0xBB9143) is unknown color: approx Pizza. HEX triplet: BB, 91 and 43. RGB value is (187,145,67). Sum of RGB (Red+Green+Blue) = 187+145+67=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9143 is #446EBC. Grayscale: #959595. Windows color (decimal): -4484797 or 4428219. OLE color: 4428219.

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

Color convert

RGB18714567-
CMYK00.220.640.27
HSL39º47.24%49.8%-
HSV(B)39º64.17%73.33%-
XYZ31.6331.229.67-
YUV148.6781.91155.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=46.87%
G=36.34%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871456700.220.640.273947.2449.8
HexBB9143016401B272f32
Octal27322110302610033475762
Binary10111011100100011000011010110100000011011100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9143; }

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

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

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

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

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

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

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

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