#BD903E

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

Shades of Pizza #BD903E

Tints of Pizza #BD903E

Color information

#BD903E (or 0xBD903E) is unknown color: approx Pizza. HEX triplet: BD, 90 and 3E. RGB value is (189,144,62). Sum of RGB (Red+Green+Blue) = 189+144+62=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD903E is #426FC1. Grayscale: #949494. Windows color (decimal): -4353986 or 4100285. OLE color: 4100285.

HSL color Cylindrical-coordinate representation of color #BD903E: hue angle of 38.74º degrees, saturation: 0.51, 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 #BD903E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB18914462-
CMYK00.240.670.26
HSL38.74º50.6%49.22%-
HSV(B)38.74º67.2%74.12%-
XYZ31.8331.118.89-
YUV148.1179.41157.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=47.85%
G=36.46%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891446200.240.670.2638.7450.649.22
HexBD903E018431A273331
Octal2752207603010332476361
Binary1011110110010000111110011000100001111010100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD903E; }

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

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

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

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

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

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

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

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