#BB923D

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

Shades of Pizza #BB923D

Tints of Pizza #BB923D

Color information

#BB923D (or 0xBB923D) is unknown color: approx Pizza. HEX triplet: BB, 92 and 3D. RGB value is (187,146,61). Sum of RGB (Red+Green+Blue) = 187+146+61=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB923D is #446DC2. Grayscale: #949494. Windows color (decimal): -4484547 or 4035259. OLE color: 4035259.

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

Color convert

RGB18714661-
CMYK00.220.670.27
HSL40.48º50.81%48.63%-
HSV(B)40.48º67.38%73.33%-
XYZ31.6131.468.82-
YUV148.5778.58155.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=47.46%
G=37.06%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871466100.220.670.2740.4850.8148.63
HexBB923D016431B283331
Octal2732227502610333506361
Binary1011101110010010111101010110100001111011101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB923D; }

 p { color: rgb(187,146,61); }

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

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

 a { background-color: rgb(187,146,61); }

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

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

 span { border-color: rgb(187,146,61); }

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