#BD933F

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

Shades of Pizza #BD933F

Tints of Pizza #BD933F

Color information

#BD933F (or 0xBD933F) is unknown color: approx Pizza. HEX triplet: BD, 93 and 3F. RGB value is (189,147,63). Sum of RGB (Red+Green+Blue) = 189+147+63=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD933F is #426CC0. Grayscale: #969696. Windows color (decimal): -4353217 or 4166589. OLE color: 4166589.

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

Color convert

RGB18914763-
CMYK00.220.670.26
HSL40º50%49.41%-
HSV(B)40º66.67%74.12%-
XYZ32.3232.059.18-
YUV149.9878.91155.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 15.79%
R=47.37%
G=36.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891476300.220.670.26405049.41
HexBD933F016431A283231
Octal2752237702610332506261
Binary1011110110010011111111010110100001111010101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD933F; }

 p { color: rgb(189,147,63); }

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

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

 a { background-color: rgb(189,147,63); }

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

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

 span { border-color: rgb(189,147,63); }

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