#BD903D

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

Shades of Pizza #BD903D

Tints of Pizza #BD903D

Color information

#BD903D (or 0xBD903D) is unknown color: approx Pizza. HEX triplet: BD, 90 and 3D. RGB value is (189,144,61). Sum of RGB (Red+Green+Blue) = 189+144+61=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD903D is #426FC2. Grayscale: #949494. Windows color (decimal): -4353987 or 4034749. OLE color: 4034749.

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

Color convert

RGB18914461-
CMYK00.240.680.26
HSL38.91º51.2%49.02%-
HSV(B)38.91º67.72%74.12%-
XYZ31.831.18.74-
YUV147.9978.91157.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=47.97%
G=36.55%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891446100.240.680.2638.9151.249.02
HexBD903D018441A273331
Octal2752207503010432476361
Binary1011110110010000111101011000100010011010100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD903D; }

 p { color: rgb(189,144,61); }

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

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

 a { background-color: rgb(189,144,61); }

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

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

 span { border-color: rgb(189,144,61); }

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