#BB9041

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

Shades of Pizza #BB9041

Tints of Pizza #BB9041

Color information

#BB9041 (or 0xBB9041) is unknown color: approx Pizza. HEX triplet: BB, 90 and 41. RGB value is (187,144,65). Sum of RGB (Red+Green+Blue) = 187+144+65=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9041 is #446FBE. Grayscale: #949494. Windows color (decimal): -4485055 or 4296891. OLE color: 4296891.

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

Color convert

RGB18714465-
CMYK00.230.650.27
HSL38.85º48.41%49.41%-
HSV(B)38.85º65.24%73.33%-
XYZ31.4230.899.31-
YUV147.8581.25155.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=47.22%
G=36.36%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871446500.230.650.2738.8548.4149.41
HexBB9041017411B273031
Octal27322010102710133476061
Binary10111011100100001000001010111100000111011100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9041; }

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

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

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

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

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

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

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

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